diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-03-11 09:07:49 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2020-03-11 09:07:49 -0400 |
commit | ce1b65f1b5bca568c0ec1d03b3fa1535acfc180b (patch) | |
tree | ac984a41bcc5943fd1c60a8df680bee8fbfb213a | |
parent | 30fafdca19fd1eeb624c661b4c90c68482a43c05 (diff) | |
download | servo-ce1b65f1b5bca568c0ec1d03b3fa1535acfc180b.tar.gz servo-ce1b65f1b5bca568c0ec1d03b3fa1535acfc180b.zip |
Update mozjs for macOS 10.15 build fix.
-rw-r--r-- | Cargo.lock | 6 | ||||
-rw-r--r-- | components/script/Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index f8ea31cf907..ba76d6994b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3595,7 +3595,7 @@ dependencies = [ [[package]] name = "mozjs" version = "0.13.0" -source = "git+https://github.com/servo/rust-mozjs?branch=smup#a09ebb19ee0f1b7d20716b60b19c590fa28a9e1b" +source = "git+https://github.com/servo/rust-mozjs#2598da7110f752d29f2beedf3e47c71f72a354a3" dependencies = [ "cc", "lazy_static", @@ -3607,8 +3607,8 @@ dependencies = [ [[package]] name = "mozjs_sys" -version = "0.68.0" -source = "git+https://github.com/servo/mozjs?rev=aabcc9ba889b2755f1e4e83f28323a60415a790f#aabcc9ba889b2755f1e4e83f28323a60415a790f" +version = "0.68.1" +source = "git+https://github.com/servo/mozjs?rev=2392ebc144331184a770bee1f1ac02969946380f#2392ebc144331184a770bee1f1ac02969946380f" dependencies = [ "bindgen", "cc", 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" |