bump pinned nightly from nightly-2020-12-09 to nightly-2020-12-14

This should hopefully fix incremental compilation ICEs from rustc that I have been encountering multiple times while working with the previous nightly.
This commit is contained in:
Matthias Krüger 2020-12-14 17:47:05 +01:00
parent 5b038341fb
commit 8b1e9ed85b

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2020-12-09"
channel = "nightly-2020-12-14"
components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]