Skip to content

Commit

Permalink
chore: rust 1.84.0 (#12760)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa authored Jan 21, 2025
1 parent 9b626a7 commit 9d97226
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version = "0.0.0" # managed by cargo-workspaces, see below
authors = ["Near Inc <[email protected]>"]
edition = "2021"
rust-version = "1.83.0"
rust-version = "1.84.0"
repository = "https://github.com/near/nearcore"
license = "MIT OR Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/synth-bm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "near-synth-bm"
version = "0.0.0"
authors = ["Near Inc <[email protected]>"]
edition = "2021"
rust-version = "1.83.0"
rust-version = "1.84.0"
repository = "https://github.com/near/nearcore"
license = "MIT OR Apache-2.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Changing this file is a protocol change because it will change the
# bytes of the wallet contract. Therefore please only upgrade the Rust
# version here when there is a good reason to do so.
channel = "1.83.0"
channel = "1.84.0"
components = ["rustfmt", "clippy", "rust-analyzer"]
targets = ["wasm32-unknown-unknown"]
2 changes: 1 addition & 1 deletion runtime/runtime-params-estimator/emu-cost/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# our local base image
FROM docker.io/rust:1.83.0
FROM docker.io/rust:1.84.0

LABEL description="Container for builds"

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# This specifies the version of Rust we use to build.
# Individual crates in the workspace may support a lower version, as indicated by `rust-version` field in each crate's `Cargo.toml`.
# The version specified below, should be at least as high as the maximum `rust-version` within the workspace.
channel = "1.83.0"
channel = "1.84.0"
components = ["rustfmt", "clippy", "rust-analyzer", "rust-src"]
targets = ["wasm32-unknown-unknown"]
2 changes: 1 addition & 1 deletion tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "near-tracing"
version = "0.0.0"
authors = ["Near Inc <[email protected]>"]
edition = "2021"
rust-version = "1.83.0"
rust-version = "1.84.0"
repository = "https://github.com/near/nearcore"
license = "MIT OR Apache-2.0"

Expand Down

0 comments on commit 9d97226

Please sign in to comment.