Skip to content

Commit

Permalink
rust 1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Dec 4, 2024
1 parent 72800cc commit a9b2f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/dfinity/cdk-rs"
# MSRV
# Avoid updating this field unless we use new Rust features
# Sync with rust-toolchain.toml
rust-version = "1.81.0"
rust-version = "1.78.0"
license = "Apache-2.0"

[profile.canister-release]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.81.0" # sync with rust-version in root Cargo.toml
channel = "1.78.0" # sync with rust-version in root Cargo.toml
targets = ["wasm32-unknown-unknown"]
components = ["rustfmt", "clippy"]

0 comments on commit a9b2f16

Please sign in to comment.