Auto merge of #27647 - jdm:build-std, r=SimonSapin

Use build-std instead of xargo.

The changes to num-integer and indexmap are to work around https://github.com/cuviper/autocfg/issues/34.
This commit is contained in:
bors-servo 2021-02-25 14:28:24 -05:00 committed by GitHub
commit 6e1350f3aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 9 deletions

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