From 4d7a5a9daf6d376ab4235edcc59e26116ccb8c03 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 04:51:14 +0000 Subject: [PATCH] macos portable rust-bpf (#13176) (#13187) (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 cb345a8245..db552c566e 100755 --- a/sdk/bpf/scripts/install.sh +++ b/sdk/bpf/scripts/install.sh @@ -144,7 +144,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