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

@ -23,7 +23,7 @@ log = "0.4"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
msg = {path = "../msg"}
num-traits = "0.1.32"
num-traits = "0.2"
serde = "1.0"
servo_arc = {path = "../servo_arc"}
servo_config = {path = "../config"}