Skip to content

Commit

Permalink
Revert solana-version.sh with note
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Jan 25, 2024
1 parent 1654844 commit da3981a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/solana-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
if [[ -n $SOLANA_VERSION ]]; then
solana_version="$SOLANA_VERSION"
else
solana_version=">=1.17.13,<=2.0.0"
# This file is now out of sync with the versions in Cargo.toml.
# https://github.com/solana-labs/solana-program-library/pull/6182
# This will require some manual cleanup the next time the version is updated.
solana_version=v1.17.13
fi

export solana_version="$solana_version"
Expand Down

0 comments on commit da3981a

Please sign in to comment.