Skip to content

Commit

Permalink
Upgrade Rust to version 1.74.0 (linera-io#1353)
Browse files Browse the repository at this point in the history
* Make toolchain file a symbolic link.

* Upgrade to Rust 1.74.0.
  • Loading branch information
afck authored Dec 11, 2023
1 parent 3e9aeca commit 7af45d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions rust-toolchain.toml

This file was deleted.

1 change: 1 addition & 0 deletions rust-toolchain.toml
2 changes: 1 addition & 1 deletion toolchains/build/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.73.0"
channel = "1.74.0"
components = [ "clippy", "rustfmt", "rust-src" ]
targets = [ "wasm32-unknown-unknown" ]
profile = "minimal"

0 comments on commit 7af45d4

Please sign in to comment.