Add missing components to rust-toolchain file

This commit is contained in:
Andrew Dona-Couch 2021-11-17 10:20:12 -05:00
parent 8dd1bce263
commit 0375d20e3f

View file

@ -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"]