File: make-libz-rs-sys-dep-weak.patch

package info (click to toggle)
rust-flate2 1.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 692 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -85,7 +85,7 @@
 #]
 zlib-rs = [
     "any_zlib",
-    "libz-rs-sys",
+    "dep:libz-rs-sys",
 ]
 
 [lib]