From 7d42ae30d95991c268892390b79cb3774600d1dc Mon Sep 17 00:00:00 2001 From: Jack May Date: Thu, 16 May 2019 09:12:33 -0700 Subject: [PATCH] Update Rust-BPF to 2018 Edition (#4307) --- sdk/bpf/scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/bpf/scripts/install.sh b/sdk/bpf/scripts/install.sh index 03e18e3488..d521fd62f0 100755 --- a/sdk/bpf/scripts/install.sh +++ b/sdk/bpf/scripts/install.sh @@ -55,7 +55,7 @@ if [[ ! -f llvm-native-$machine-$version.md ]]; then fi # Install Rust-BPF -version=v0.0.2 +version=v0.1.0 if [[ ! -f rust-bpf-$machine-$version.md ]]; then ( filename=solana-rust-bpf-$machine.tar.bz2 @@ -88,7 +88,7 @@ if [[ ! -f rust-bpf-$machine-$version.md ]]; then fi # Install Rust-BPF Sysroot sources -version=v0.1 +version=v0.2 if [[ ! -f rust-bpf-sysroot-$version.md ]]; then ( filename=solana-rust-bpf-sysroot.tar.bz2