Skip to content

Commit

Permalink
Update rust version to 1.74.1 (#3986)
Browse files Browse the repository at this point in the history
# Motivation
A new verion of Rust is available.

# Automated changes
* Update Rust version.

# Manual changes
- [x] Fix clippy lints (if necessary)
- [x] Write a changelog entry.

---------

Co-authored-by: gix-bot <[email protected]>
Co-authored-by: Max Murphy <[email protected]>
  • Loading branch information
3 people authored Dec 8, 2023
1 parent 069253e commit 9bcf73a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG-Nns-Dapp-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ proposal is successful, the changes it released will be moved from this file to
#### Changed

* Render BTC deposits/withdrawals as "BTC Received"/"BTC Sent".
* Update Rust version: `1.74.0` -> `1.74.1`

#### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
# Please, from time to time, update this to the latest stable version on Rust Forge: https://forge.rust-lang.org/
channel = "1.74.0"
channel = "1.74.1"
components = ["rustfmt", "clippy"]
targets = [ "wasm32-unknown-unknown"]

0 comments on commit 9bcf73a

Please sign in to comment.