mirror of
https://github.com/servo/servo.git
synced 2025-07-12 18:03:49 +01:00
style: Use a less-specific indexmap version.
This commit is contained in:
parent
03507801cf
commit
28cc747a0d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue