From fc83a666fc0dfaf2a66325206a2a81c1d100dc97 Mon Sep 17 00:00:00 2001 From: Jack May Date: Mon, 26 Oct 2020 17:11:33 -0700 Subject: [PATCH] macos portable rust-bpf (#13176) --- 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 cb345a824..db552c566 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