Skip to content

Commit

Permalink
added serde_support as default crate feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Jul 9, 2017
1 parent 6c924c5 commit ae6ec6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ fnv = "1.0.0" # required for some bench tests
serde_json = "1.0.0" # required for testing the serde imlementation

[features]
default = ["serde_support"]
bench = []
serde_support = ["serde"]

Expand Down

0 comments on commit ae6ec6e

Please sign in to comment.