From d9b0490f721ca4b5b30396884238a49e1ce96a46 Mon Sep 17 00:00:00 2001 From: Jack May Date: Tue, 3 Mar 2020 14:14:31 -0800 Subject: [PATCH] Update rust-bpf to include matching cargo (#8598) --- 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 ae1c4c019d..9a541e0e69 100755 --- a/sdk/bpf/scripts/install.sh +++ b/sdk/bpf/scripts/install.sh @@ -86,7 +86,7 @@ if [[ ! -f llvm-native-$machine-$version.md ]]; then fi # Install Rust-BPF -version=v0.2.1 +version=v0.2.2 if [[ ! -f rust-bpf-$machine-$version.md ]]; then ( filename=solana-rust-bpf-$machine.tar.bz2