mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Relax the version requirement of num-integer.
This commit is contained in:
parent
d93119fc94
commit
4d3f96f562
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ malloc_size_of = { path = "../malloc_size_of" }
|
|||
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
|
||||
matches = "0.1"
|
||||
num_cpus = {version = "1.1.0", optional = true}
|
||||
num-integer = "0.1.32"
|
||||
num-integer = "0.1"
|
||||
num-traits = "0.2"
|
||||
num-derive = "0.2"
|
||||
new-ordered-float = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue