* Make Rust 1.85 the default * Less specific Rust ver * Pin Rust 1.85 to -clippy and -fmt * Pin Rust version * Use Rust 1.85 in package.json
4 lines
64 B
TOML
4 lines
64 B
TOML
[toolchain]
|
|
channel = "1.85"
|
|
components = ["clippy", "rustfmt"]
|