Skip to content

Commit

Permalink
Release bpf-tools v1.15
Browse files Browse the repository at this point in the history
Upgrade to rust 1.54.0
  • Loading branch information
dmakarov committed Aug 8, 2021
1 parent d737267 commit 82a10dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82a10dd

Please sign in to comment.