Skip to content

Commit

Permalink
style: Use a less-specific indexmap version.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Jan 10, 2019
1 parent 0350780 commit 28cc747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 28cc747

Please sign in to comment.