mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Update mozjs_sys to 128.3-5 (#34343)
Companion PR to https://github.com/servo/mozjs/pull/524 This should reduce rebuilds when not using the prebuilt artifact (e.g. when `debug-mozjs` is true) Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
a3c2471344
commit
f040c5db78
1 changed files with 3 additions and 3 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -4514,7 +4514,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mozjs"
|
||||
version = "0.14.1"
|
||||
source = "git+https://github.com/servo/mozjs#8526195dce129d2ccd83e7e1e5d03a954c11fafe"
|
||||
source = "git+https://github.com/servo/mozjs#18ab014e77eee726545ed544ea83d555bdfa46a3"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"cc",
|
||||
|
@ -4526,8 +4526,8 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mozjs_sys"
|
||||
version = "0.128.3-4"
|
||||
source = "git+https://github.com/servo/mozjs#8526195dce129d2ccd83e7e1e5d03a954c11fafe"
|
||||
version = "0.128.3-5"
|
||||
source = "git+https://github.com/servo/mozjs#18ab014e77eee726545ed544ea83d555bdfa46a3"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"cc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue