mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3686,7 +3686,7 @@ checksum = "903970ae2f248d7275214cf8f387f8ba0c4ea7e3d87a320e85493db60ce28616"
|
|||
[[package]]
|
||||
name = "mozjs"
|
||||
version = "0.14.1"
|
||||
source = "git+https://github.com/servo/mozjs#72bd691611dc857dba93fa0df41c4f26088411e7"
|
||||
source = "git+https://github.com/servo/mozjs#ec63ca39efb346c414e0f55ef26e63c0b17ee69a"
|
||||
dependencies = [
|
||||
"bindgen 0.68.1",
|
||||
"cc",
|
||||
|
@ -3700,7 +3700,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mozjs_sys"
|
||||
version = "0.68.2"
|
||||
source = "git+https://github.com/servo/mozjs#72bd691611dc857dba93fa0df41c4f26088411e7"
|
||||
source = "git+https://github.com/servo/mozjs#ec63ca39efb346c414e0f55ef26e63c0b17ee69a"
|
||||
dependencies = [
|
||||
"bindgen 0.68.1",
|
||||
"cc",
|
||||
|
|
|
@ -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