Skip to content

Commit

Permalink
Update to num-traits 0.2 with no_std
Browse files Browse the repository at this point in the history
It now has a `std` feature, and uses `#![no_std]` otherwise.

cc serde-rs#362
  • Loading branch information
cuviper committed Feb 10, 2018
1 parent 3ac0362 commit 9a051c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ appveyor = { repository = "serde-rs/json" }

[dependencies]
serde = "1.0"
num-traits = "0.1.32"
num-traits = { version = "0.2", default-features = false }
linked-hash-map = { version = "0.5", optional = true }
itoa = "0.3"
dtoa = "0.4"
Expand Down

0 comments on commit 9a051c1

Please sign in to comment.