about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2024-07-01 22:45:56 +0700
committerLzu Tao <taolzu@gmail.com>2024-07-01 22:45:56 +0700
commit76a068be6da0878393473e4929e5a2cab8af0d0b (patch)
tree05a9ee4aebbb40e1500177af6187b68c2ccb4c4a
parentd255efc257b99702c367529d5291b06c65fc9620 (diff)
downloadrust-76a068be6da0878393473e4929e5a2cab8af0d0b.tar.gz
rust-76a068be6da0878393473e4929e5a2cab8af0d0b.zip
Skip installing rust-docs with minimal rustup profile
-rw-r--r--rust-toolchain1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust-toolchain b/rust-toolchain
index 72b50d59f7e..52e8831eeb3 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,4 @@
 [toolchain]
 channel = "nightly-2024-06-27"
 components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"]
+profile = "minimal"