From 531fb3bc135bb4934a3317643875af2ac484199d Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:11:31 +0200 Subject: [PATCH] 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 --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01538109b06..9cf21832da3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4384,7 +4384,7 @@ dependencies = [ [[package]] name = "mozjs" version = "0.14.1" -source = "git+https://github.com/servo/mozjs#2aa7659e6f481d4f11d9a4e67fbef9d5eeeb3f37" +source = "git+https://github.com/servo/mozjs#446ca9765ac3fe582147fd57a51d9a3bcea676ec" dependencies = [ "bindgen", "cc", @@ -4396,8 +4396,8 @@ dependencies = [ [[package]] name = "mozjs_sys" -version = "0.128.0-10" -source = "git+https://github.com/servo/mozjs#2aa7659e6f481d4f11d9a4e67fbef9d5eeeb3f37" +version = "0.128.0-12" +source = "git+https://github.com/servo/mozjs#446ca9765ac3fe582147fd57a51d9a3bcea676ec" dependencies = [ "bindgen", "cc",