mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Use autocfg fork with rustflags fix.
This commit is contained in:
parent
fa32d5d115
commit
0a4d380a84
2 changed files with 3 additions and 2 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -151,8 +151,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "autocfg"
|
||||
version = "0.1.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875"
|
||||
source = "git+https://github.com/servo/autocfg?branch=rustflags#d040e25ff6c129189306011f6a0ff210e08227a0"
|
||||
|
||||
[[package]]
|
||||
name = "azure"
|
||||
|
|
|
@ -29,3 +29,5 @@ opt-level = 3
|
|||
mio = { git = "https://github.com/servo/mio.git", branch = "servo" }
|
||||
rand_os = { git = "https://github.com/servo/rand", branch = "servo-rand_os-0.1.3-uwp" }
|
||||
rand_core = { git = "https://github.com/servo/rand", branch = "servo-rand_os-0.1.3-uwp" }
|
||||
# https://github.com/cuviper/autocfg/pull/10
|
||||
autocfg = { git = "https://github.com/servo/autocfg", branch = "rustflags" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue