Skip to content

Commit 30fdb03

Browse files
committed
chore(repo): bump mise rust to 1.95.0 to match rust-toolchain.toml
Completes the toolchain bump from #35665, which updated rust-toolchain.toml to 1.95.0 but left mise.toml at 1.90.0. CI installs rust via mise (sets RUSTUP_TOOLCHAIN, overriding rust-toolchain.toml), so CI was still on 1.90.0 — failing the sysinfo 0.39.1 MSRV check.
1 parent 4198ea9 commit 30fdb03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ bun = "1.3"
33
java = "24"
44
node = "{{ env['NODE_VERSION'] | default(value='24.11.0') }}"
55
maven = "3.9.11"
6-
rust = "1.90.0"
6+
rust = "1.95.0"
77
vale = "3.13.1"
88

99
# Ensure that the packageManager field gets used to resolve the correct version of pnpm

0 commit comments

Comments
 (0)