Skip to content

Commit 69c3a51

Browse files
authored
set libz-sys to 1.1.19 (#495)
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
1 parent ccd86bc commit 69c3a51

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,3 @@ bindgen = { version = "0.69", default-features = false, features = [
1414
"runtime",
1515
"which-rustfmt",
1616
] }
17-
18-
# patch libz-sys for https://github.com/rust-lang/libz-sys/pull/199
19-
# until released as 1.1.19
20-
[patch.crates-io]
21-
libz-sys = { git = "https://github.com/rust-lang/libz-sys.git", rev = "f76b7a24ed0a71ef1b8bdac1895e8535cb2cb9c0" }

mozjs-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ streams = []
3131
[dependencies]
3232
libc.workspace = true
3333
# SM depends on them and we provide them using cargo
34-
libz-sys = "1.1.13"
34+
libz-sys = "1.1.19"
3535
encoding_c = "0.9.8"
3636
encoding_c_mem = "0.2.6"
3737
# unicode-bidi-ffi = { path = "./mozjs/intl/bidi/rust/unicode-bidi-ffi" }

0 commit comments

Comments
 (0)