mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 11:59:10 +00:00
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
721380342
Follows #7034
This commit is contained in:
parent
7531bb3b21
commit
e15047815c
2 changed files with 2 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
1.72
|
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "1.72"
|
Loading…
Add table
Add a link
Reference in a new issue