From 0375d20e3f8445cafad252de4ccf27b09d4fcc07 Mon Sep 17 00:00:00 2001 From: Andrew Dona-Couch Date: Wed, 17 Nov 2021 10:20:12 -0500 Subject: [PATCH] Add missing components to rust-toolchain file --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index db66cfd9e276..d042b6057b0f 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"]