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