We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7c25e commit bda4736Copy full SHA for bda4736
1 file changed
fluent-syntax/Cargo.toml
@@ -38,7 +38,8 @@ glob = "0.3"
38
39
[features]
40
default = []
41
-json = ["serde", "serde_json"]
+serde = ["dep:serde"]
42
+json = ["serde", "dep:serde_json"]
43
all-benchmarks = []
44
45
[[bench]]
0 commit comments