aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-03-11 09:07:49 -0400
committerJosh Matthews <josh@joshmatthews.net>2020-03-11 09:07:49 -0400
commitce1b65f1b5bca568c0ec1d03b3fa1535acfc180b (patch)
treeac984a41bcc5943fd1c60a8df680bee8fbfb213a /components/script
parent30fafdca19fd1eeb624c661b4c90c68482a43c05 (diff)
downloadservo-ce1b65f1b5bca568c0ec1d03b3fa1535acfc180b.tar.gz
servo-ce1b65f1b5bca568c0ec1d03b3fa1535acfc180b.zip
Update mozjs for macOS 10.15 build fix.
Diffstat (limited to 'components/script')
-rw-r--r--components/script/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 48c3adb6c65..dfcb331fcc5 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -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"