Make serde a default feature of ruff_python_formatter (#7825)

This makes `cargo test -p ruff_python_formatter` actually run the tests
again
This commit is contained in:
konsti 2023-10-08 15:47:13 +02:00 committed by GitHub
parent b6c9cf1c5b
commit dd36a2516e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,6 @@ test = true
required-features = ["serde"]
[features]
default = ["serde"]
serde = ["dep:serde", "ruff_formatter/serde", "ruff_source_file/serde", "ruff_python_ast/serde"]
schemars = ["dep:schemars", "ruff_formatter/schemars"]
default = []