Skip to content

Commit b8074ba

Browse files
bot: Update rust version to 1.92.0 (#7663)
# Motivation A new verion of Rust is available. # Automated changes * Update Rust version. # Manual changes If manual changes are required, please make a separate PR. PRs created by bots should only contain automated changes to avoid any confusion. Co-authored-by: gix-bot <[email protected]>
1 parent 8c1615f commit b8074ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
22
# Please, from time to time, update this to the latest stable version on Rust Forge: https://forge.rust-lang.org/
3-
channel = "1.91.1"
3+
channel = "1.92.0"
44
components = ["rustfmt", "clippy"]
55
targets = [ "wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)