From 65049bd112c874f19c376bed57cca1aa5779b8e7 Mon Sep 17 00:00:00 2001 From: Jack May Date: Sun, 20 Sep 2020 16:10:50 -0700 Subject: [PATCH] Bump rust-bpf to v0.2.4 (#12361) --- 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 af4621f01..41a7bb158 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.3 +version=v0.2.4 if [[ ! -e rust-bpf-$version.md ]]; then ( set -e