diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-06-30 07:43:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-30 07:43:21 -0400 |
commit | 9c243a115ea4983bec5e79b06c49469354cfa1f9 (patch) | |
tree | 738578e3969b35371b1aafa81e9e109fd80bebb9 | |
parent | e2fca1b228ff20d54b67e0d1fa502b694b5c290e (diff) | |
parent | a557e2f3ca36f31329a304e27255e4dac257dda2 (diff) | |
download | servo-9c243a115ea4983bec5e79b06c49469354cfa1f9.tar.gz servo-9c243a115ea4983bec5e79b06c49469354cfa1f9.zip |
Auto merge of #21102 - asajeffrey:mozjs-sys-0.51.3, r=SimonSapin
Updated mozjs_sys to v0.51.3
<!-- Please describe your changes on the following line: -->
Allows building servo for target `i686-linux-android`.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #21093
- [X] These changes do not require tests because deperndency update
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21102)
<!-- Reviewable:end -->
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 91783d22f14..c322fc2329f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1801,13 +1801,13 @@ dependencies = [ "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "mozjs_sys 0.51.2 (registry+https://github.com/rust-lang/crates.io-index)", + "mozjs_sys 0.51.3 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "mozjs_sys" -version = "0.51.2" +version = "0.51.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bindgen 0.36.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3858,7 +3858,7 @@ dependencies = [ "checksum mitochondria 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9de3eca27871df31c33b807f834b94ef7d000956f57aa25c5aed9c5f0aae8f6f" "checksum mozangle 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1f0583e6792917f498bb3a7440f777a59353102063445ab7f5e9d1dc4ed593aa" "checksum mozjs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c9c59044218be40e6f412b32e845ce841f34e7d7bfc532ac046fcc5720152e55" -"checksum mozjs_sys 0.51.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9e169fe5b3c63c4de27dc0cb9902f9f317b39683631f0f81d7dc3196f725454c" +"checksum mozjs_sys 0.51.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4a32847c6d3bd904f95aef6ed0e676213fac7277f205af053b99c2680406a3c" "checksum mp3-metadata 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ab5f1d2693586420208d1200ce5a51cd44726f055b635176188137aff42c7de" "checksum mp4parse 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f821e3799bc0fd16d9b861fb02fa7ee1b5fba29f45ad591dade105c48ca9a1a0" "checksum net2 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)" = "bc01404e7568680f1259aa5729539f221cb1e6d047a0d9053cab4be8a73b5d67" |