Skip to content

Commit

Permalink
chore(fluent-syntax): Use explicit features (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Jul 11, 2024
1 parent 2e7c25e commit bda4736
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fluent-syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ glob = "0.3"

[features]
default = []
json = ["serde", "serde_json"]
serde = ["dep:serde"]
json = ["serde", "dep:serde_json"]
all-benchmarks = []

[[bench]]
Expand Down

0 comments on commit bda4736

Please sign in to comment.