mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 20:10:09 +00:00
Fix cargo test -p ruff
(#6104)
This commit is contained in:
parent
2d2673f613
commit
ecf4058e52
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ ruff_python_semantic = { path = "../ruff_python_semantic" }
|
|||
ruff_python_stdlib = { path = "../ruff_python_stdlib" }
|
||||
ruff_python_trivia = { path = "../ruff_python_trivia" }
|
||||
ruff_python_parser = { path = "../ruff_python_parser" }
|
||||
ruff_source_file = { path = "../ruff_source_file" }
|
||||
ruff_source_file = { path = "../ruff_source_file", features = ["serde"] }
|
||||
ruff_text_size = { workspace = true }
|
||||
|
||||
annotate-snippets = { version = "0.9.1", features = ["color"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue