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

2
Cargo.lock generated
View file

@ -3954,6 +3954,7 @@ dependencies = [
[[package]]
name = "mozjs"
version = "0.14.1"
source = "git+https://github.com/servo/mozjs#f87705d61015bf1646b33f33664da51f31b23b74"
dependencies = [
"cc",
"lazy_static",
@ -3966,6 +3967,7 @@ dependencies = [
[[package]]
name = "mozjs_sys"
version = "0.68.2"
source = "git+https://github.com/servo/mozjs#f87705d61015bf1646b33f33664da51f31b23b74"
dependencies = [
"bindgen 0.62.0",
"cc",