diff options
| author | bors <bors@rust-lang.org> | 2021-11-22 09:48:06 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-11-22 09:48:06 +0000 |
| commit | 40275945334b71eabd87e8d651fa1cd53e274aed (patch) | |
| tree | baaa9875e610a869c77782e752d82f9aeacf3679 | |
| parent | 5fbfdfa3199fd803a91002960ee1bac9619ac6a2 (diff) | |
| parent | 0375d20e3f8445cafad252de4ccf27b09d4fcc07 (diff) | |
| download | rust-40275945334b71eabd87e8d651fa1cd53e274aed.tar.gz rust-40275945334b71eabd87e8d651fa1cd53e274aed.zip | |
Auto merge of #7989 - couchand:2021-11/toolchain-missing-components, r=flip1995
Add missing components to rust-toolchain file Somehow these basic components are missing from the toolchain file... changelog: none
| -rw-r--r-- | rust-toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain b/rust-toolchain index db66cfd9e27..d042b6057b0 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] channel = "nightly-2021-11-18" -components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"] +components = ["cargo", "llvm-tools-preview", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"] |
