mirror of https://github.com/astral-sh/ruff
serde_json is no longer optional
This commit is contained in:
parent
e733a87bd7
commit
a9526fe0a5
|
|
@ -41,7 +41,7 @@ rustc-hash = { workspace = true }
|
||||||
salsa = { workspace = true }
|
salsa = { workspace = true }
|
||||||
schemars = { workspace = true, optional = true }
|
schemars = { workspace = true, optional = true }
|
||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
serde_json = { workspace = true, optional = true }
|
serde_json = { workspace = true }
|
||||||
thiserror = { workspace = true }
|
thiserror = { workspace = true }
|
||||||
toml = { workspace = true }
|
toml = { workspace = true }
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
@ -55,7 +55,6 @@ default = ["zstd"]
|
||||||
deflate = ["ty_vendored/deflate"]
|
deflate = ["ty_vendored/deflate"]
|
||||||
schemars = [
|
schemars = [
|
||||||
"dep:schemars",
|
"dep:schemars",
|
||||||
"dep:serde_json",
|
|
||||||
"ruff_db/schemars",
|
"ruff_db/schemars",
|
||||||
"ruff_python_ast/schemars",
|
"ruff_python_ast/schemars",
|
||||||
"ty_python_semantic/schemars",
|
"ty_python_semantic/schemars",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue