Update to newest merged spidermonkey.

This commit is contained in:
Josh Matthews 2022-11-22 09:14:36 -05:00
parent f76bb20c2e
commit 60b3af4dad
3 changed files with 3 additions and 6 deletions

View file

@ -62,7 +62,7 @@ image = "0.24"
indexmap = { version = "1.0.2", features = ["std"] }
ipc-channel = "0.14"
itertools = "0.8"
js = { package = "mozjs", git = "https://github.com/servo/rust-mozjs" }
js = { package = "mozjs", git = "https://github.com/servo/mozjs" }
jstraceable_derive = { path = "../jstraceable_derive" }
keyboard-types = "0.6"
lazy_static = "1"