Skip to content

Commit

Permalink
solana v1.18.23
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Sep 17, 2024
1 parent 04710cb commit 474a26a
Show file tree
Hide file tree
Showing 10 changed files with 9,473 additions and 2 deletions.
18 changes: 18 additions & 0 deletions packages/solana/cargo-lock-dl.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/usr/bin/env bash -xe

VERSIONS=(
"1.8.16"
"1.9.28"
"1.10.39"
"1.11.10"
"1.13.5"
"1.17.6"
"1.18.11"
"1.18.23"
)

for VERSION in "${VERSIONS[@]}"; do
echo "Downloading Cargo.lock@$VERSION"
mkdir -p cargo/v$VERSION
curl https://raw.githubusercontent.com/solana-labs/solana/v$VERSION/Cargo.lock >cargo/v$VERSION/Cargo.lock
done
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 474a26a

Please sign in to comment.