system76-firmware-open/rust-toolchain.toml
Tim Crawford fa07aeb91c Update Rust toolchain config
Remove rust-src as it is not required. Use a minimal profile with
clippy and rustfmt installed, instead of the default profile, as
rust-docs is not needed.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
2024-07-17 11:06:20 -06:00

5 lines
98 B
TOML

[toolchain]
channel = "nightly-2024-05-11"
components = ["clippy", "rustfmt"]
profile = "minimal"