Skip to content

Commit 1f8a76b

Browse files
committed
Update to num-traits 0.2 with no_std
It now has a `std` features, and uses `#![no_std]` otherwise. cc #362
1 parent 3ac0362 commit 1f8a76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ appveyor = { repository = "serde-rs/json" }
1717

1818
[dependencies]
1919
serde = "1.0"
20-
num-traits = "0.1.32"
20+
num-traits = { version = "0.2", default-features = false }
2121
linked-hash-map = { version = "0.5", optional = true }
2222
itoa = "0.3"
2323
dtoa = "0.4"

0 commit comments

Comments
 (0)