about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/rust-toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_codegen_gcc/rust-toolchain')
-rw-r--r--compiler/rustc_codegen_gcc/rust-toolchain4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/rust-toolchain b/compiler/rustc_codegen_gcc/rust-toolchain
index ee0822f6c31..db14ea2bebc 100644
--- a/compiler/rustc_codegen_gcc/rust-toolchain
+++ b/compiler/rustc_codegen_gcc/rust-toolchain
@@ -1 +1,3 @@
-nightly-2021-12-30
+[toolchain]
+channel = "nightly-2022-03-26"
+components = ["rust-src", "rustc-dev", "llvm-tools-preview"]