mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
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:
commit
6e1350f3aa
5 changed files with 5 additions and 9 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