Skip to content

Commit d606ad4

Browse files
bot: Update rust version to 1.93.0 (#7699)
# 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 1cd2f4e commit d606ad4

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.92.0"
3+
channel = "1.93.0"
44
components = ["rustfmt", "clippy"]
55
targets = [ "wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)