From 88ebcea1f071d65ae541c52bfb2d7d27dab31648 Mon Sep 17 00:00:00 2001 From: GroovieGermanikus Date: Mon, 9 Dec 2024 11:55:02 +0100 Subject: [PATCH] fix rust+deps version --- Cargo.toml | 4 ++-- ci/rust-version.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fcf3c6f..71fd6f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,8 +40,8 @@ lz4_flex = "0.11.3" [dev-dependencies] tracing-subscriber = "0.3.16" -solana-logger = "2.0.16" -solana-account-decoder = "2.0.16" +solana-logger = "2" +solana-account-decoder = "~2.0.16" [patch.crates-io.curve25519-dalek] git = "https://github.com/anza-xyz/curve25519-dalek.git" diff --git a/ci/rust-version.sh b/ci/rust-version.sh index 1dbae50..d5e41bb 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.81.0 + stable_version=1.78.0 fi if [[ -n $RUST_NIGHTLY_VERSION ]]; then @@ -91,7 +91,7 @@ export rust_nightly_docker_image=solanalabs/rust-nightly:"$nightly_version" if [[ -n $RUST_STABLE_VERSION ]]; then stable_version="$RUST_STABLE_VERSION" else - stable_version=1.81.0 + stable_version=1.78.0 fi if [[ -n $RUST_NIGHTLY_VERSION ]]; then