Skip to content

Commit

Permalink
fix rust+deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Dec 9, 2024
1 parent 9ce723f commit 88ebcea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions ci/rust-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 88ebcea

Please sign in to comment.