chore: update solana to 1.6.7 and rust to 1.52.1 (#1792)

This commit is contained in:
Sebastian Bor 2021-05-25 13:57:45 +01:00 committed by GitHub
parent c548e32119
commit 6b3fbb8ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
if [[ -n $RUST_STABLE_VERSION ]]; then
stable_version="$RUST_STABLE_VERSION"
else
stable_version=1.51.0
stable_version=1.52.1
fi
if [[ -n $RUST_NIGHTLY_VERSION ]]; then

View File

@ -14,7 +14,7 @@
if [[ -n $SOLANA_VERSION ]]; then
solana_version="$SOLANA_VERSION"
else
solana_version=v1.6.2
solana_version=v1.6.7
fi
export solana_version="$solana_version"