1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Index: gix/Cargo.toml
===================================================================
--- gix.orig/Cargo.toml
+++ gix/Cargo.toml
@@ -412,7 +412,6 @@ max-control = [
]
max-performance = [
"max-performance-safe",
- "zlib-ng",
"fast-sha1",
]
max-performance-safe = ["max-control"]
@@ -484,8 +483,6 @@ worktree-stream = [
"gix-worktree-stream",
"attributes",
]
-zlib-ng = ["gix-features/zlib-ng"]
-zlib-ng-compat = ["gix-features/zlib-ng-compat"]
zlib-stock = ["gix-features/zlib-stock"]
[lints.clippy]
|