diff --git a/sdk/bpf/scripts/install.sh b/sdk/bpf/scripts/install.sh index 1612b91db6..1783eb9b2a 100755 --- a/sdk/bpf/scripts/install.sh +++ b/sdk/bpf/scripts/install.sh @@ -116,7 +116,7 @@ if [[ ! -f rust-bpf-$machine-$version.md ]]; then fi # Install Rust-BPF Sysroot sources -version=v0.6 +version=v0.7 if [[ ! -f rust-bpf-sysroot-$version.md ]]; then ( set -ex