Skip to content

Commit

Permalink
Remove json from default features
Browse files Browse the repository at this point in the history
Closes GH-47.
Closes GH-49.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
pinkforest committed Feb 6, 2023
1 parent 00f8dd6 commit 4483d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -18,7 +18,7 @@ path = "benches/bench.rs"
harness = false

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

[dependencies]
Expand Down

0 comments on commit 4483d25

Please sign in to comment.