Force indexmap to rely on libstd.

This commit is contained in:
Josh Matthews 2021-02-24 22:21:17 -05:00
parent 9c98170a21
commit 47fc8f9697

View file

@ -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" }