Enable streams feature in mozjs (#30503)

* Update mozjs

* Enable streams feature

* Switch to servo/mozjs
This commit is contained in:
Samson 2023-10-06 02:51:23 +02:00 committed by GitHub
parent 28315ba48a
commit 92defbb4ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ image = { workspace = true }
indexmap = { workspace = true }
ipc-channel = { workspace = true }
itertools = { workspace = true }
js = { package = "mozjs", git = "https://github.com/servo/mozjs" }
js = { package = "mozjs", git = "https://github.com/servo/mozjs", features = ["streams"] }
jstraceable_derive = { path = "../jstraceable_derive" }
keyboard-types = { workspace = true }
lazy_static = { workspace = true }