From 28cc747a0d71b3a84934f2509a093c358d73fadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Fri, 11 Jan 2019 00:55:09 +0100 Subject: [PATCH] style: Use a less-specific indexmap version. --- 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 983b53c06e87..1940219ea749 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -38,7 +38,7 @@ fallible = { path = "../fallible" } fxhash = "0.2" hashglobe = { path = "../hashglobe" } html5ever = {version = "0.22", optional = true} -indexmap = "1.0.2" +indexmap = "1.0" itertools = "0.8" itoa = "0.4" lazy_static = "1"