diff options
| author | Lzu Tao <taolzu@gmail.com> | 2024-07-01 22:45:56 +0700 |
|---|---|---|
| committer | Lzu Tao <taolzu@gmail.com> | 2024-07-01 22:45:56 +0700 |
| commit | 76a068be6da0878393473e4929e5a2cab8af0d0b (patch) | |
| tree | 05a9ee4aebbb40e1500177af6187b68c2ccb4c4a | |
| parent | d255efc257b99702c367529d5291b06c65fc9620 (diff) | |
| download | rust-76a068be6da0878393473e4929e5a2cab8af0d0b.tar.gz rust-76a068be6da0878393473e4929e5a2cab8af0d0b.zip | |
Skip installing rust-docs with minimal rustup profile
| -rw-r--r-- | rust-toolchain | 1 |
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" |
