Skip to content

Commit

Permalink
fix(dependencies): Opt-out of default features of num
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Woolcock committed Oct 7, 2015
1 parent a3273dd commit cdc5b64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ readme = "../README.md"
keywords = ["json", "serde", "serialization"]

[dependencies]
num = "*"
serde = "*"

[dependencies.num]
version = "*"
default-features = false

0 comments on commit cdc5b64

Please sign in to comment.