automation_rs/rust-toolchain.toml

5 lines
115 B
TOML

[toolchain]
channel = "nightly-2024-07-25"
components = ["rustfmt", "clippy", "rust-analyzer"]
profile = "minimal"