Ensure ConsumeBodyPromiseHandler values are always rooted (#34194)

* script: Root the use of ComsumeBodyPromiseHandler.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Update mozjs and run crown on mozjs_sys.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2024-12-26 00:01:11 -05:00 committed by GitHub
parent 5f927a2c28
commit 20d67bdc44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 8 deletions

View file

@ -30,7 +30,7 @@ linker = "lld-link.exe"
[env]
MACOSX_DEPLOYMENT_TARGET = "13.0"
RUSTC_BOOTSTRAP = "crown,script,style_tests,mozjs"
RUSTC_BOOTSTRAP = "crown,script,style_tests,mozjs,mozjs_sys"
[build]
rustdocflags = ["--document-private-items"]