Auto merge of #13029 - tesuji:minimal, r=flip1995

build: Skip installing rust-docs with minimal rustup profile

r? `@flip1995`

changelog: none
This commit is contained in:
bors 2024-07-02 14:34:31 +00:00
commit c4f81d00a2

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"