mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-04 21:50:26 +00:00
update rust-toolchain to .toml format (#496)
rust-toolchain is phasing out in favour of rust-toolchain.toml Co-authored-by: Lucius Hu <lebensterben@users.noreply.github.com>
This commit is contained in:
parent
9d738fb3f5
commit
f9d83018bb
2 changed files with 2 additions and 1 deletions
|
|
@ -1 +0,0 @@
|
|||
stable
|
||||
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "stable"
|
||||
Loading…
Reference in a new issue