mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-14 23:50:24 +00:00
Move more dependencies into workspace dependencies (#2842)
This commit is contained in:
parent
67198ce7b3
commit
dde69d50b5
7 changed files with 49 additions and 37 deletions
|
@ -6,6 +6,6 @@ edition = "2021"
|
|||
[lib]
|
||||
|
||||
[dependencies]
|
||||
once_cell = { version = "1.16.0" }
|
||||
regex = { version = "1.6.0" }
|
||||
rustc-hash = { version = "1.1.0" }
|
||||
once_cell = {workspace = true}
|
||||
regex = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue