Skip to content

Commit

Permalink
Merge pull request rust-num#12 from pwoolcoc/num-no-default-features
Browse files Browse the repository at this point in the history
fix(dependencies): Opt-out of default features of `num`
  • Loading branch information
erickt committed Oct 19, 2015
2 parents a3273dd + cdc5b64 commit a711c0a
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 a711c0a

Please sign in to comment.