Files
DeepSeek-TUI/rust-toolchain.toml
Hunter B bc25c8b6f6 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.
2026-06-25 13:30:30 -07:00

3 lines
31 B
TOML

[toolchain]
channel = "stable"