From 4d3f96f562bdb95f878262bf64444a6b8ca4ee04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sat, 18 Aug 2018 17:58:44 +0200 Subject: [PATCH] style: Relax the version requirement of num-integer. --- components/style/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index d673dc5c610..0795bb7803f 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -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"