Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 0e6dcc5

Browse files
committed
Remove unused binary feature from root crate
The binary benchmark was moved to a different crate, in the 'binary' subdirectory.
1 parent 67b75b5 commit 0e6dcc5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jemallocator = "0.5"
1111
json = { version = "0.12", optional = true }
1212
rustc-serialize = { version = "0.3", optional = true }
1313
serde = { version = "1.0", features = ["derive"], optional = true }
14-
serde-bench = { version = "0.0.7", optional = true }
1514
serde_json = { version = "1.0", optional = true }
1615
simd-json = { version = "0.5", optional = true}
1716
time = "0.3"
@@ -33,7 +32,6 @@ stringify-dom = []
3332
parse-struct = []
3433
stringify-struct = []
3534
zero-copy = []
36-
binary = ["serde-bench", "lib-serde"]
3735

3836
[profile.release]
3937
debug = true

0 commit comments

Comments
 (0)