mirror of https://github.com/astral-sh/ruff
Update Rust toolchain file to use TOML format (#7339)
Ref https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file Should resolve Dependabot failure at https://github.com/astral-sh/ruff/network/updates/721380342 Follows #7034
This commit is contained in:
parent
7531bb3b21
commit
e15047815c
|
|
@ -1 +0,0 @@
|
|||
1.72
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "1.72"
|
||||
Loading…
Reference in New Issue