From 9c5a3cd2771ae3127d7f4af8c0871d86ffb48c1b Mon Sep 17 00:00:00 2001 From: Jack May Date: Fri, 21 Jun 2019 02:15:42 -0700 Subject: [PATCH] Update Rust BPF to v0.1.2 (#4767) --- 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 7c224e9726..fb82313626 100755 --- a/sdk/bpf/scripts/install.sh +++ b/sdk/bpf/scripts/install.sh @@ -80,7 +80,7 @@ if [[ ! -f llvm-native-$machine-$version.md ]]; then fi # Install Rust-BPF -version=v0.1.1 +version=v0.1.2 if [[ ! -f rust-bpf-$machine-$version.md ]]; then ( filename=solana-rust-bpf-$machine.tar.bz2