Skip to content

Commit 623b184

Browse files
committed
Release bpf-tools v1.13
Update Rust to 1.53.0
1 parent 6395e0a commit 623b184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ rm -rf out
1515
mkdir -p out
1616
pushd out
1717

18-
git clone --single-branch --branch bpf-tools-v1.12 https://github.com/solana-labs/rust.git
18+
git clone --single-branch --branch bpf-tools-v1.13 https://github.com/solana-labs/rust.git
1919
echo "$( cd rust && git rev-parse HEAD ) https://github.com/solana-labs/rust.git" >> version.md
2020

21-
git clone --single-branch --branch rust-1.52.0 https://github.com/rust-lang/cargo.git
21+
git clone --single-branch --branch rust-1.53.0 https://github.com/rust-lang/cargo.git
2222
echo "$( cd cargo && git rev-parse HEAD ) https://github.com/rust-lang/cargo.git" >> version.md
2323

2424
pushd rust

0 commit comments

Comments
 (0)