]> git.proxmox.com Git - rustc.git/blame - extra/libgit2-sys/debian/patches/remove-zlib-ng-compat.patch
New upstream version 1.73.0+dfsg1
[rustc.git] / extra / libgit2-sys / debian / patches / remove-zlib-ng-compat.patch
CommitLineData
0a29b90c
FG
1Index: libgit2-sys/Cargo.toml
2===================================================================
3--- libgit2-sys.orig/Cargo.toml
4+++ libgit2-sys/Cargo.toml
5@@ -59,10 +59,6 @@ ssh = ["libssh2-sys"]
6 ssh_key_from_memory = []
7 vendored = []
8 vendored-openssl = ["openssl-sys/vendored"]
9-zlib-ng-compat = [
10- "libz-sys/zlib-ng",
11- "libssh2-sys?/zlib-ng-compat",
12-]
13
14 [target."cfg(unix)".dependencies.openssl-sys]
15 version = "0.9.45"