Skip to content

Commit

Permalink
Don't benchmark msgpack by default
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Dec 29, 2022
1 parent d8e4f71 commit 869a23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ wasm-bindgen = { version = "^0.2" }
crate-type = ["cdylib", "rlib"]

[features]
default = ["serde-json", "serde-wasm-bindgen", "msgpack"]
default = ["serde-json", "serde-wasm-bindgen"]
serde-json = ["wasm-bindgen/serde-serialize"]
msgpack = ["rmp-serde"]

Expand Down

0 comments on commit 869a23e

Please sign in to comment.