Pick up libz update to fix android build

This commit is contained in:
Lars Bergstrom 2016-06-09 13:51:17 -05:00
parent a8ca2c86f0
commit df9539c2b0
3 changed files with 5 additions and 5 deletions

4
ports/cef/Cargo.lock generated
View file

@ -1147,7 +1147,7 @@ dependencies = [
[[package]]
name = "libz-sys"
version = "1.0.3"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1242,7 +1242,7 @@ version = "0.0.0"
source = "git+https://github.com/servo/mozjs#2af5849a97a9f18acd482940ba3fa0c6797ed7eb"
dependencies = [
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"libz-sys 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libz-sys 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]