]> git.proxmox.com Git - cargo.git/blob - vendor/flate2/debian/patches/disable-zlib-ng.patch
New upstream version 0.63.1
[cargo.git] / vendor / flate2 / debian / patches / disable-zlib-ng.patch
1 Index: flate2/Cargo.toml
2 ===================================================================
3 --- flate2.orig/Cargo.toml
4 +++ flate2/Cargo.toml
5 @@ -42,10 +42,6 @@ repository = "https://github.com/rust-la
6 [dependencies.crc32fast]
7 version = "1.2.0"
8
9 -[dependencies.libz-ng-sys]
10 -version = "1.1.8"
11 -optional = true
12 -
13 [dependencies.libz-sys]
14 version = "1.1.8"
15 optional = true
16 @@ -72,14 +68,6 @@ zlib = [
17 "any_zlib",
18 "libz-sys",
19 ]
20 -zlib-ng = [
21 - "any_zlib",
22 - "libz-ng-sys",
23 -]
24 -zlib-ng-compat = [
25 - "zlib",
26 - "libz-sys/zlib-ng",
27 -]
28
29 [target."cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))".dependencies.miniz_oxide]
30 version = "0.5.0"