chore: update capnp version to 1.1.0

This commit is contained in:
Kyle H 2025-05-06 11:48:48 -04:00 committed by Christien Rioux
parent 059b21dc8a
commit 0ecb941efd
8 changed files with 583 additions and 582 deletions

View file

@ -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