about summary refs log tree commit diff
path: root/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
commit3888aafe3a4a030341fc21f9ac731e1a3bb108f0 (patch)
treef466d9b0bff049dc9522a24fb201205400ffd7c9 /rust-toolchain
parentfadd1c536a1cc7b2b605abc8e8482fb15363b3a7 (diff)
downloadrust-3888aafe3a4a030341fc21f9ac731e1a3bb108f0.tar.gz
rust-3888aafe3a4a030341fc21f9ac731e1a3bb108f0.zip
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
Diffstat (limited to 'rust-toolchain')
-rw-r--r--rust-toolchain4
1 files changed, 3 insertions, 1 deletions
diff --git a/rust-toolchain b/rust-toolchain
index ee0822f6c31..db14ea2bebc 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1 +1,3 @@
-nightly-2021-12-30
+[toolchain]
+channel = "nightly-2022-03-26"
+components = ["rust-src", "rustc-dev", "llvm-tools-preview"]