File: remove-zlib-ng-compat.patch

package info (click to toggle)
rust-git2 0.20.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,388 kB
  • sloc: sh: 35; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: git2/Cargo.toml
===================================================================
--- git2.orig/Cargo.toml
+++ git2/Cargo.toml
@@ -47,7 +47,6 @@ https = [
 ]
 ssh = ["libgit2-sys/ssh"]
 unstable = []
-zlib-ng-compat = ["libgit2-sys/zlib-ng-compat"]
 
 [lib]
 name = "git2"