Skip to content

Commit

Permalink
set libz-sys to 1.1.19 (#495)
Browse files Browse the repository at this point in the history
Signed-off-by: sagudev <[email protected]>
  • Loading branch information
sagudev authored Aug 14, 2024
1 parent ccd86bc commit 69c3a51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,3 @@ bindgen = { version = "0.69", default-features = false, features = [
"runtime",
"which-rustfmt",
] }

# patch libz-sys for https://github.com/rust-lang/libz-sys/pull/199
# until released as 1.1.19
[patch.crates-io]
libz-sys = { git = "https://github.com/rust-lang/libz-sys.git", rev = "f76b7a24ed0a71ef1b8bdac1895e8535cb2cb9c0" }
2 changes: 1 addition & 1 deletion mozjs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ streams = []
[dependencies]
libc.workspace = true
# SM depends on them and we provide them using cargo
libz-sys = "1.1.13"
libz-sys = "1.1.19"
encoding_c = "0.9.8"
encoding_c_mem = "0.2.6"
# unicode-bidi-ffi = { path = "./mozjs/intl/bidi/rust/unicode-bidi-ffi" }
Expand Down

0 comments on commit 69c3a51

Please sign in to comment.