From 45a92337f46ce5da6da5908e4814cf6891b60664 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 3 Feb 2021 13:03:25 +0000 Subject: [PATCH] bump rust-bpf-sysroot to v0.14 (#15040) (#15045) (cherry picked from commit 286e4d6924077f2bc833e93e30a37c8299a49495) Co-authored-by: Jack May --- 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 213d653d56..2ca46cebc6 100755 --- a/sdk/bpf/scripts/install.sh +++ b/sdk/bpf/scripts/install.sh @@ -178,7 +178,7 @@ if [[ ! -e rust-bpf-$machine-$version.md || ! -e rust-bpf-$machine ]]; then fi # Install Rust-BPF Sysroot sources -version=v0.13 +version=v0.14 if [[ ! -e rust-bpf-sysroot-$version.md || ! -e rust-bpf-sysroot ]]; then ( set -e