mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Force indexmap to rely on libstd.
This commit is contained in:
parent
9c98170a21
commit
47fc8f9697
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ http = "0.1"
|
|||
hyper = "0.12"
|
||||
hyper_serde = "0.11"
|
||||
image = "0.23"
|
||||
indexmap = "1.0.2"
|
||||
indexmap = { version = "1.0.2", features = ["std"] }
|
||||
ipc-channel = "0.14"
|
||||
itertools = "0.8"
|
||||
js = { package = "mozjs", git = "https://github.com/servo/rust-mozjs" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue