mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-01 11:16:09 -04:00
chore: update capnp version to 1.1.0
This commit is contained in:
parent
059b21dc8a
commit
0ecb941efd
8 changed files with 583 additions and 582 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
CAPNPROTO_VERSION="1.0.1" # Keep in sync with veilid-core/build.rs
|
||||
CAPNPROTO_VERSION="1.1.0 " # Keep in sync with veilid-core/build.rs
|
||||
|
||||
mkdir /tmp/capnproto-install
|
||||
pushd /tmp/capnproto-install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue