Skip installing rust-docs with minimal rustup profile

This commit is contained in:
Lzu Tao 2024-07-01 22:45:56 +07:00
parent d255efc257
commit 76a068be6d

View File

@ -1,3 +1,4 @@
[toolchain]
channel = "nightly-2024-06-27"
components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"]
profile = "minimal"