diff options
| author | bors <bors@rust-lang.org> | 2024-07-02 14:34:31 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-07-02 14:34:31 +0000 |
| commit | c4f81d00a28d67c35b82fc3c21619a6228de498b (patch) | |
| tree | 06b9470214d8c8ebc5fc5d905c4f65751207b6ff | |
| parent | c4125286cea8a4dcbb5df0e05f0d968a7d0c59d0 (diff) | |
| parent | 76a068be6da0878393473e4929e5a2cab8af0d0b (diff) | |
| download | rust-c4f81d00a28d67c35b82fc3c21619a6228de498b.tar.gz rust-c4f81d00a28d67c35b82fc3c21619a6228de498b.zip | |
Auto merge of #13029 - tesuji:minimal, r=flip1995
build: Skip installing rust-docs with minimal rustup profile r? `@flip1995` changelog: none
| -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" |
