mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +01:00
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:
parent
5f927a2c28
commit
20d67bdc44
3 changed files with 10 additions and 8 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue