mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Bump mozjs to 128.0-12 (#33537)
Changes: - Respect "STRIP" env variable for prebuilt artifact (https://github.com/servo/mozjs/pull/509) - Reconfigure if configure inputs changed (https://github.com/servo/mozjs/pull/506) Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
64f32f7ab3
commit
531fb3bc13
1 changed files with 3 additions and 3 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -4384,7 +4384,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mozjs"
|
name = "mozjs"
|
||||||
version = "0.14.1"
|
version = "0.14.1"
|
||||||
source = "git+https://github.com/servo/mozjs#2aa7659e6f481d4f11d9a4e67fbef9d5eeeb3f37"
|
source = "git+https://github.com/servo/mozjs#446ca9765ac3fe582147fd57a51d9a3bcea676ec"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bindgen",
|
"bindgen",
|
||||||
"cc",
|
"cc",
|
||||||
|
@ -4396,8 +4396,8 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mozjs_sys"
|
name = "mozjs_sys"
|
||||||
version = "0.128.0-10"
|
version = "0.128.0-12"
|
||||||
source = "git+https://github.com/servo/mozjs#2aa7659e6f481d4f11d9a4e67fbef9d5eeeb3f37"
|
source = "git+https://github.com/servo/mozjs#446ca9765ac3fe582147fd57a51d9a3bcea676ec"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bindgen",
|
"bindgen",
|
||||||
"cc",
|
"cc",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue