From 176cec62154ab433fea342cc5e1b740569527da6 Mon Sep 17 00:00:00 2001 From: Jack May Date: Tue, 16 Jul 2019 07:42:22 -0800 Subject: [PATCH] Update Rust-BPF Sysroot (#5122) --- sdk/bpf/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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