Skip to content

Commit 4f62293

Browse files
authored
Merge pull request #411 from cuviper/num-traits-0.2
Update to num-traits 0.2 with no_std
2 parents 3ac0362 + 9a051c1 commit 4f62293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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)