From 6395e0a316182cb6c5d030511c2cdf15d1a813f8 Mon Sep 17 00:00:00 2001 From: Dmitri Makarov Date: Thu, 24 Jun 2021 05:50:42 -0700 Subject: [PATCH] Release bpf-tools v1.12 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7762141..76c56b6 100755 --- a/build.sh +++ b/build.sh @@ -15,7 +15,7 @@ rm -rf out mkdir -p out pushd out -git clone --single-branch --branch bpf-tools-v1.11 https://github.com/solana-labs/rust.git +git clone --single-branch --branch bpf-tools-v1.12 https://github.com/solana-labs/rust.git echo "$( cd rust && git rev-parse HEAD ) https://github.com/solana-labs/rust.git" >> version.md git clone --single-branch --branch rust-1.52.0 https://github.com/rust-lang/cargo.git