From 82a10dd4c1e7ec55aee4da67d2f067de8cbc9e60 Mon Sep 17 00:00:00 2001 From: Dmitri Makarov Date: Sun, 8 Aug 2021 13:39:26 +0200 Subject: [PATCH] Release bpf-tools v1.15 Upgrade to rust 1.54.0 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 15f4c4f..df62355 100755 --- a/build.sh +++ b/build.sh @@ -15,10 +15,10 @@ rm -rf out mkdir -p out pushd out -git clone --single-branch --branch bpf-tools-v1.14 https://github.com/solana-labs/rust.git +git clone --single-branch --branch bpf-tools-v1.15 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.53.0 https://github.com/rust-lang/cargo.git +git clone --single-branch --branch rust-1.54.0 https://github.com/rust-lang/cargo.git echo "$( cd cargo && git rev-parse HEAD ) https://github.com/rust-lang/cargo.git" >> version.md pushd rust