Update mozjs for Windows arm64 support.

This commit is contained in:
Josh Matthews 2019-06-11 14:49:19 -04:00
parent 38230d3047
commit e9365ad303
2 changed files with 8 additions and 8 deletions

View file

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