File: drop-zlibng.patch

package info (click to toggle)
rust-gix 0.69.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,872 kB
  • sloc: sh: 70; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (2)
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]