Skip to content

Commit

Permalink
v1.16: Update SPL downstream to use 1.16 compatible branch
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Oct 19, 2023
1 parent 08876b9 commit de4cdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/downstream-project-spl-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source "$here"/../../ci/downstream-projects/common.sh

set -x
rm -rf spl
git clone https://github.com/solana-labs/solana-program-library.git spl
git clone https://github.com/solana-labs/solana-program-library.git spl -b v1.16

# copy toolchain file to use solana's rust version
cp "$SOLANA_DIR"/rust-toolchain.toml spl/
Expand Down

0 comments on commit de4cdfa

Please sign in to comment.