rust: Migrate to `rust-toolchain.toml`
See - https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
This commit is contained in:
parent
b398e54b83
commit
621c5a4563
|
|
@ -1 +0,0 @@
|
||||||
1.80
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
[toolchain]
|
||||||
|
channel = "1.80"
|
||||||
|
profile = "default"
|
||||||
|
components = [ "rust-src" ]
|
||||||
Loading…
Reference in New Issue