From c19eb717b47c5f0e4b163fb51116cf43f5be426e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 10:42:19 -0700 Subject: [PATCH] Update rust-bpf to include matching cargo (#8598) (#8727) automerge --- 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 ce7ab64475..527cb36c48 100755 --- a/sdk/bpf/scripts/install.sh +++ b/sdk/bpf/scripts/install.sh @@ -79,7 +79,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