File: relax-memoffset.patch

package info (click to toggle)
rust-zlib-rs 0.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,272 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Cargo.toml b/Cargo.toml
index 0505613..b233a3a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,7 +62,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"