Swap rust-toolchain to rust-toolchain.toml

This allows specifying used components to be pulled in that specified version
This commit is contained in:
infrandomness 2022-03-12 22:50:32 +01:00
parent bb678d6114
commit d1a1308fae
No known key found for this signature in database
GPG Key ID: A3E4677DD571699D
2 changed files with 3 additions and 1 deletions

View File

@ -1 +0,0 @@
nightly-2022-03-11

3
rust-toolchain.toml Normal file
View File

@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2022-03-11"
components = ["clippy"]