Skip to content

Commit

Permalink
Upgrade to rust 1.68.2 (#8820)
Browse files Browse the repository at this point in the history
This version has added support for revoked ssh keys and has revoked the leaked github key. Seems like a thing to be
better-safe-than-sorry about.
  • Loading branch information
nagisa authored and nikurt committed Mar 29, 2023
1 parent 245072e commit 81d6189
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,4 @@ opt-level = 3
[workspace.package]
edition = "2021"
authors = ["Near Inc <hello@nearprotocol.com>"]
rust-version = "1.68.0"
rust-version = "1.68.2"
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 rust:1.68.0
FROM rust:1.68.2

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.68.0"
channel = "1.68.2"
components = [ "rustfmt" ]
targets = [ "wasm32-unknown-unknown" ]

0 comments on commit 81d6189

Please sign in to comment.