toolchain.toml >> rust-toolchain.toml
This commit is contained in:
parent
32ad5c726b
commit
1ec0b30896
2 changed files with 3 additions and 3 deletions
4
rust-toolchain.toml
Normal file
4
rust-toolchain.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = [ "rust-src" ]
|
||||
profile = "minimal"
|
Loading…
Add table
Add a link
Reference in a new issue