use newer protoc

This commit is contained in:
Christien Rioux 2024-05-21 20:07:43 -04:00
parent 8b64fbadc5
commit 70e5012d37
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
PROTOC_VERSION="24.3" # Keep in sync with veilid-core/build.rs
PROTOC_VERSION="25.3"
UNAME_M=$(uname -m)
if [[ "$UNAME_M" == "x86_64" ]]; then