diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-06-11 17:21:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-11 17:21:36 -0400 |
commit | 8e783577d24cac2983fbea1b46d5452ffa5fb44f (patch) | |
tree | 5b54b12b1949e65edf738e185b4fc3ad0fa73ae2 /components/script | |
parent | f63b404e0cbf30380c4043700861110d06e548bb (diff) | |
parent | e9365ad3037802ce44d2e1371f37d3707f570777 (diff) | |
download | servo-8e783577d24cac2983fbea1b46d5452ffa5fb44f.tar.gz servo-8e783577d24cac2983fbea1b46d5452ffa5fb44f.zip |
Auto merge of #23468 - servo:jdm-patch-52, r=asajeffrey
Add Windows arm64 build.
Depends on:
* [x] https://github.com/servo/mozjs/pull/184
* [x] https://github.com/servo/rust-mozjs/pull/463
* [ ] <strike>https://github.com/servo/ipc-channel/pull/232</strike>
* [x] https://github.com/alexcrichton/cmake-rs/pull/82
* [x] https://github.com/servo/rust-offscreen-rendering-context/pull/136
* [x] https://github.com/servo/mozangle/pull/21
<!-- 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/23468)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 3bb49ce710c..28b508f5b60 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -65,7 +65,7 @@ indexmap = "1.0.2" ipc-channel = "0.11" itertools = "0.8" jstraceable_derive = {path = "../jstraceable_derive"} -js = {package = "mozjs", git = "https://github.com/servo/rust-mozjs", rev = "357d1db91e4e49c3f148fe05fdfae5f8f0834ca8"} +js = {package = "mozjs", git = "https://github.com/servo/rust-mozjs"} keyboard-types = "0.4.4" lazy_static = "1" libc = "0.2" |