From cf1c7c8c00bf89ff54a7c337965e0598c505823f Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 04:45:41 +0000 Subject: [PATCH] macos portable rust-bpf (#13176) (#13186) (cherry picked from commit fc83a666fc0dfaf2a66325206a2a81c1d100dc97) 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 41a7bb158c..5689ea6cc3 100755 --- a/sdk/bpf/scripts/install.sh +++ b/sdk/bpf/scripts/install.sh @@ -139,7 +139,7 @@ if [[ ! -e llvm-native-$version.md ]]; then fi # Install Rust-BPF -version=v0.2.4 +version=v0.2.5 if [[ ! -e rust-bpf-$version.md ]]; then ( set -e