]> git.proxmox.com Git - rustc.git/blob - extra/libgit2-sys/debian/patches/remove-zlib-ng-compat.patch
New upstream version 1.70.0+dfsg2
[rustc.git] / extra / libgit2-sys / debian / patches / remove-zlib-ng-compat.patch
1 Index: 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"