mirror of
https://github.com/servo/servo.git
synced 2025-08-01 19:50:30 +01:00
Enable streams feature in mozjs (#30503)
* Update mozjs * Enable streams feature * Switch to servo/mozjs
This commit is contained in:
parent
28315ba48a
commit
92defbb4ef
2 changed files with 3 additions and 3 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue