Add a rust-toolchain file

This commit is contained in:
Philipp Oppermann
2021-02-24 11:23:40 +01:00
parent f0527ea2ab
commit 529725c82b

3
rust-toolchain Normal file
View File

@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly"
components = ["rust-src", "rustfmt"]