Skip to content

Commit f47f3e4

Browse files
committed
fix!: remove unused and previously deprecated zlib related features.
We now use `zlib-rs` directly.
1 parent 0e7aa81 commit f47f3e4

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

gix-features/Cargo.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,7 @@ crc32 = ["dep:crc32fast"]
5656

5757
## Enable the usage of zlib-related utilities to compress or decompress data.
5858
## This enables and uses the high-performance `zlib-rs` backend.
59-
## Note that the various past features for selecting zlib backends are now deprecated and do nothing.
6059
zlib = ["dep:libz-rs-sys", "dep:thiserror"]
61-
## Deprecated: gix always uses zlib-rs.
62-
zlib-ng = ["zlib"]
63-
## Deprecated: gix always uses zlib-rs now. As of zlib-rs 0.5.0 (used by flate2
64-
## 1.1.1), this no longer exports C symbols # by default, so it doesn't
65-
## conflict with any other zlib library that might be loaded into the same
66-
## address space.
67-
zlib-rs = ["zlib"]
68-
## Deprecated: gix always uses zlib-rs.
69-
zlib-ng-compat = ["zlib"]
70-
## Deprecated: gix always uses zlib-rs.
71-
zlib-stock = ["zlib"]
72-
## Deprecated: gix always uses zlib-rs.
73-
zlib-rust-backend = ["zlib"]
7460

7561
#! ### Other
7662

0 commit comments

Comments
 (0)