machines/rust/rust-toolchain.toml

5 lines
95 B
TOML
Raw Normal View History

[toolchain]
channel = "1.88.0"
components = ["rustfmt", "clippy", "cargo"]
profile = "minimal"