Skip to content

Commit 4483d25

Browse files
authored
Remove json from default features
Closes GH-47. Closes GH-49. Reviewed-by: Titus Wormer <[email protected]>
1 parent 00f8dd6 commit 4483d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "benches/bench.rs"
1818
harness = false
1919

2020
[features]
21-
default = ["json"]
21+
default = []
2222
json = ["dep:serde", "dep:serde_json"]
2323

2424
[dependencies]

0 commit comments

Comments
 (0)