From a25446f0451d9970660eef723efc2505202415bc Mon Sep 17 00:00:00 2001 From: Jack May Date: Thu, 11 Jul 2019 15:16:30 -0800 Subject: [PATCH] Pull in more Rust-BPF compatible built-ins (#5043) --- 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 fe74f9e645..1612b91db6 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.5 +version=v0.6 if [[ ! -f rust-bpf-sysroot-$version.md ]]; then ( set -ex