Skip to content

Commit

Permalink
Update Rust toolchain config
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
crawfxrd committed Jul 17, 2024
1 parent 70c8678 commit 2a44e03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[toolchain]
channel = "nightly-2024-05-11"
components = ["rust-src"]
components = ["clippy", "rustfmt"]
profile = "minimal"

0 comments on commit 2a44e03

Please sign in to comment.