Skip to content

Commit 901b762

Browse files
authored
Auto merge of #29079 - jdm:sm107, r=jdm
Upgrade to spidermonkey 107 This successfully loads servo.org and google.com on macOS, so that means it's time for tests!
2 parents 2de24be + 4fffa67 commit 901b762

File tree

53 files changed

+384
-646
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+384
-646
lines changed

Cargo.lock

Lines changed: 31 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/script/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ image = "0.24"
6262
indexmap = { version = "1.0.2", features = ["std"] }
6363
ipc-channel = "0.14"
6464
itertools = "0.8"
65-
js = { package = "mozjs", git = "https://github.com/servo/rust-mozjs" }
65+
js = { package = "mozjs", git = "https://github.com/servo/mozjs" }
6666
jstraceable_derive = { path = "../jstraceable_derive" }
6767
keyboard-types = "0.6"
6868
lazy_static = "1"

0 commit comments

Comments
 (0)