Auto merge of #25946 - jdm:macos-fix, r=nox

Update mozjs for macOS 10.15 build fix.
This commit is contained in:
bors-servo 2020-03-11 10:36:10 -04:00 committed by GitHub
commit 4b1bb895a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -63,7 +63,7 @@ indexmap = "1.0.2"
ipc-channel = "0.14"
itertools = "0.8"
jstraceable_derive = {path = "../jstraceable_derive"}
js = {package = "mozjs", git = "https://github.com/servo/rust-mozjs", branch = "smup"}
js = {package = "mozjs", git = "https://github.com/servo/rust-mozjs"}
keyboard-types = "0.4.4"
lazy_static = "1"
libc = "0.2"