bump capnp to 0.8.0

This commit is contained in:
Adeeb Shihadeh 2021-04-03 13:46:45 -07:00
parent e1741865f8
commit 9b7dd7e56d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ set -e
echo "Installing capnp"
cd /tmp
VERSION=0.6.1
VERSION=0.8.0
wget https://capnproto.org/capnproto-c++-${VERSION}.tar.gz
tar xvf capnproto-c++-${VERSION}.tar.gz
cd capnproto-c++-${VERSION}