From a5c98f5732aa66a56d5a529bf6469ab70106efe8 Mon Sep 17 00:00:00 2001 From: Sainnhe Park Date: Fri, 3 Dec 2021 18:39:36 +0800 Subject: [PATCH] Add rust-src --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 92e4674..e7271fd 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] channel = "nightly" -components = [ "llvm-tools-preview" ] +components = [ "llvm-tools-preview", "rust-src" ] profile = "minimal"