Auto merge of #9506 - mmatyas:update_gaol, r=jdm

Update gaol to f1da357

servo/gaol@f1da357 adds AArch64 support to gaol, required for building Servo for this platform.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9506)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-02-04 06:14:37 +05:30
commit b794efee05
3 changed files with 3 additions and 3 deletions

View file

@ -584,7 +584,7 @@ dependencies = [
[[package]]
name = "gaol"
version = "0.0.1"
source = "git+https://github.com/servo/gaol#491dba122d6741ea4e56c754505a69f6319d41e3"
source = "git+https://github.com/servo/gaol#f1da35779bd3f9d4c0da7dad9c24c22dbf600c48"
dependencies = [
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",

2
ports/cef/Cargo.lock generated
View file

@ -552,7 +552,7 @@ dependencies = [
[[package]]
name = "gaol"
version = "0.0.1"
source = "git+https://github.com/servo/gaol#491dba122d6741ea4e56c754505a69f6319d41e3"
source = "git+https://github.com/servo/gaol#f1da35779bd3f9d4c0da7dad9c24c22dbf600c48"
dependencies = [
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",

2
ports/gonk/Cargo.lock generated
View file

@ -543,7 +543,7 @@ dependencies = [
[[package]]
name = "gaol"
version = "0.0.1"
source = "git+https://github.com/servo/gaol#491dba122d6741ea4e56c754505a69f6319d41e3"
source = "git+https://github.com/servo/gaol#f1da35779bd3f9d4c0da7dad9c24c22dbf600c48"
dependencies = [
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",