Use new rust-toolchain format

This commit is contained in:
Jeremy Soller
2022-02-08 12:27:21 -07:00
parent 5de0a9076b
commit ee9c9a3785
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -1 +0,0 @@
nightly-2021-06-15
+3
View File
@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2021-06-15"
components = ["rust-src"]