Use autocfg fork with rustflags fix.

This commit is contained in:
Josh Matthews 2019-10-10 11:24:41 -04:00
parent fa32d5d115
commit 0a4d380a84
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View file

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

View file

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