chore: use stable rust toolchain channel

Cargo already enforces the workspace MSRV through rust-version, so let rustup select the current stable toolchain instead of pinning contributors to exactly Rust 1.88.

Fixes #3570.
This commit is contained in:
Hunter B
2026-06-25 13:30:30 -07:00
parent 21df7bc0da
commit bc25c8b6f6

View File

@@ -1,2 +1,2 @@
[toolchain]
channel = "1.88"
channel = "stable"