mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-03 04:43:22 +00:00
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>
This commit is contained in:
parent
926f73d114
commit
fa07aeb91c
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
[toolchain]
|
||||
channel = "nightly-2024-05-11"
|
||||
components = ["rust-src"]
|
||||
components = ["clippy", "rustfmt"]
|
||||
profile = "minimal"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue