mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 10:23:11 +00:00
Add missing rust-version in crates (#3009)
This commit is contained in:
parent
4d3d04ee61
commit
b75663be6d
10 changed files with 23 additions and 12 deletions
|
@ -2,7 +2,8 @@
|
|||
name = "ruff_python_formatter"
|
||||
version = "0.0.0"
|
||||
publish = false
|
||||
edition = "2021"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue