From de4cdfac6f262cb942cb6d16c29a0d48a0af3f7c Mon Sep 17 00:00:00 2001 From: Jon C Date: Thu, 19 Oct 2023 13:48:09 +0200 Subject: [PATCH] v1.16: Update SPL downstream to use 1.16 compatible branch --- .github/scripts/downstream-project-spl-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/downstream-project-spl-common.sh b/.github/scripts/downstream-project-spl-common.sh index c6dcfaca007867..c7286e8325a4d9 100644 --- a/.github/scripts/downstream-project-spl-common.sh +++ b/.github/scripts/downstream-project-spl-common.sh @@ -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/