File: relax-memoffset.patch

package info (click to toggle)
rust-zlib-rs 0.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,012 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: zlib-rs/Cargo.toml
===================================================================
--- zlib-rs.orig/Cargo.toml
+++ zlib-rs/Cargo.toml
@@ -59,7 +59,7 @@ default-features = false
 version = "1.3.2"
 
 [dev-dependencies.memoffset]
-version = "0.9.1"
+version = ">= 0.8, < 0.10"
 
 [dev-dependencies.quickcheck]
 version = "1.0.3"