Dedupe num-traits

This commit is contained in:
Bastien Orivel 2018-08-09 18:26:28 +02:00
parent 78fabb9110
commit 71fd4477d6
8 changed files with 40 additions and 49 deletions

View file

@ -13,5 +13,5 @@ path = "lib.rs"
[dependencies]
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
num-traits = "0.1.32"
num-traits = "0.2"
serde = "1.0"