Skip to content

Commit b6cd5ef

Browse files
committed
chore: Bump Rust toolchains to 1.89.0 and nightly-2025-05-26
1 parent cfffa6c commit b6cd5ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"rust-analyzer.imports.granularity.group": "crate",
44
"rust-analyzer.rustfmt.overrideCommand": [
55
"rustfmt",
6-
"+nightly-2025-05-26",
6+
"+nightly-2025-10-23",
77
"--edition",
88
"2024",
99
"--"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.87.0"
2+
channel = "1.89.0"
33
profile = "default"

0 commit comments

Comments
 (0)