style: Relax the version requirement of num-integer.

This commit is contained in:
Emilio Cobos Álvarez 2018-08-18 17:58:44 +02:00
parent d93119fc94
commit 4d3f96f562
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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"