Skip to content

Commit 4027594

Browse files
committed
Auto merge of rust-lang#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
2 parents 5fbfdfa + 0375d20 commit 4027594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
22
channel = "nightly-2021-11-18"
3-
components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]
3+
components = ["cargo", "llvm-tools-preview", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"]

0 commit comments

Comments
 (0)