Files
system76-embedded-controller/rust-toolchain.toml
Tim Crawford 2a44e03a40 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 13:00:13 -06:00

5 lines
98 B
TOML

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