change rust-toolchain file to rust-toolchain.toml
This commit is contained in:
parent
993befbd9c
commit
ce685af31a
2 changed files with 2 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
nightly
|
2
packages/backend/rust-toolchain.toml
Normal file
2
packages/backend/rust-toolchain.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "stable"
|
Loading…
Reference in a new issue