add serde feature for ruff_diagnostics

This commit is contained in:
Brent Westbrook 2025-07-03 18:10:50 -04:00
parent 305075cbcd
commit 2f730a5f0f

View file

@ -13,7 +13,7 @@ license = { workspace = true }
[dependencies]
ruff_annotate_snippets = { workspace = true }
ruff_cache = { workspace = true, optional = true }
ruff_diagnostics = { workspace = true }
ruff_diagnostics = { workspace = true, features = ["serde"] }
ruff_notebook = { workspace = true }
ruff_python_ast = { workspace = true, features = ["get-size"] }
ruff_python_parser = { workspace = true }