We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6395e0a commit 623b184Copy full SHA for 623b184
build.sh
@@ -15,10 +15,10 @@ rm -rf out
15
mkdir -p out
16
pushd out
17
18
-git clone --single-branch --branch bpf-tools-v1.12 https://github.com/solana-labs/rust.git
+git clone --single-branch --branch bpf-tools-v1.13 https://github.com/solana-labs/rust.git
19
echo "$( cd rust && git rev-parse HEAD ) https://github.com/solana-labs/rust.git" >> version.md
20
21
-git clone --single-branch --branch rust-1.52.0 https://github.com/rust-lang/cargo.git
+git clone --single-branch --branch rust-1.53.0 https://github.com/rust-lang/cargo.git
22
echo "$( cd cargo && git rev-parse HEAD ) https://github.com/rust-lang/cargo.git" >> version.md
23
24
pushd rust
0 commit comments