Skip to content

Commit

Permalink
Update to mozjs without streams
Browse files Browse the repository at this point in the history
servo/mozjs#540
Signed-off-by: sagudev <[email protected]>
  • Loading branch information
sagudev committed Dec 21, 2024
1 parent 626ef03 commit eb18ab2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ image = { workspace = true }
indexmap = { workspace = true }
ipc-channel = { workspace = true }
itertools = { workspace = true }
js = { package = "mozjs", git = "https://github.com/servo/mozjs", features = ["crown"] }
js = { package = "mozjs", git = "https://github.com/sagudev/mozjs", features = ["crown"], branch = "remove-jsstreams" }
jstraceable_derive = { path = "../jstraceable_derive" }
keyboard-types = { workspace = true }
libc = { workspace = true }
Expand Down

0 comments on commit eb18ab2

Please sign in to comment.