diff options
| author | Andrew Dona-Couch <hi@andrewcou.ch> | 2021-11-17 10:20:12 -0500 |
|---|---|---|
| committer | Andrew Dona-Couch <hi@andrewcou.ch> | 2021-11-18 16:57:07 -0500 |
| commit | 0375d20e3f8445cafad252de4ccf27b09d4fcc07 (patch) | |
| tree | 086eb3618c700749386555a882ea760e4084e014 | |
| parent | 8dd1bce2632ef2d26938abc30b726e29abf03a49 (diff) | |
| download | rust-0375d20e3f8445cafad252de4ccf27b09d4fcc07.tar.gz rust-0375d20e3f8445cafad252de4ccf27b09d4fcc07.zip | |
Add missing components to rust-toolchain file
| -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"] |
