about summary refs log tree commit diff
path: root/rust-toolchain
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2020-12-20 17:19:49 +0100
committerflip1995 <hello@philkrones.com>2020-12-20 17:19:49 +0100
commitf03edfd7a1a02c696a600a1776aa847edd98c378 (patch)
tree28336431eb95b625711017cd53a86b1af48dd192 /rust-toolchain
parentf00b6ac24e0decaa182b717172f2caf97c6b08bf (diff)
downloadrust-f03edfd7a1a02c696a600a1776aa847edd98c378.tar.gz
rust-f03edfd7a1a02c696a600a1776aa847edd98c378.zip
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
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 bf867e0ae5b..d2e84132f4e 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1 +1,3 @@
-nightly
+[toolchain]
+channel = "nightly-2020-12-20"
+components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]