From 994ae3eb3a2bf9e9f31e62cfd34384e770f1d2d4 Mon Sep 17 00:00:00 2001 From: requesco Date: Tue, 4 Jun 2024 12:04:09 +0300 Subject: [PATCH] feat: solana v1.18.15 nft --- ci/rust-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/rust-version.sh b/ci/rust-version.sh index 5fbb239..3b1550b 100755 --- a/ci/rust-version.sh +++ b/ci/rust-version.sh @@ -23,7 +23,7 @@ if [[ -n $RUST_STABLE_VERSION ]]; then stable_version="$RUST_STABLE_VERSION" else - stable_version=1.73.0 + stable_version=1.75.0 fi if [[ -n $RUST_NIGHTLY_VERSION ]]; then