Skip to content

Commit a5d38e8

Browse files
committed
increase minimal versions of libz-ng-sys and libz-sys to their latest releases.
That way, those compiling with `-Zminimal-versions` have higher chances of it to work. See GitoxideLabs/gitoxide#1541 for reference.
1 parent 80fc1e5 commit a5d38e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ and raw deflate streams.
1919
exclude = [".*"]
2020

2121
[dependencies]
22-
libz-sys = { version = "1.1.8", optional = true, default-features = false }
23-
libz-ng-sys = { version = "1.1.8", optional = true }
22+
libz-sys = { version = "1.1.20", optional = true, default-features = false }
23+
libz-ng-sys = { version = "1.1.16", optional = true }
2424
libz-rs-sys = { version = "0.2.1", optional = true, default-features = false, features = ["std", "rust-allocator"] }
2525
cloudflare-zlib-sys = { version = "0.3.0", optional = true }
2626
miniz_oxide = { version = "0.8.0", optional = true, default-features = false, features = ["with-alloc"] }

0 commit comments

Comments
 (0)