about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/rust-toolchain
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2022-03-26 18:29:37 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2022-03-26 18:29:37 +0100
commitbbff48e09463618dde1627883a350b7427ae6d44 (patch)
tree84d7f352faf7b9dc8f37d379b9f79311160bf7fe /compiler/rustc_codegen_gcc/rust-toolchain
parent1fca19c8ca4ae5e71e8b17a82c3acfeb78c48891 (diff)
parent39683d8eb7a32a74bea96ecbf1e87675d3338506 (diff)
downloadrust-bbff48e09463618dde1627883a350b7427ae6d44.tar.gz
rust-bbff48e09463618dde1627883a350b7427ae6d44.zip
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
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"]