File: relax-deps.diff

package info (click to toggle)
rust-yaml-rust2 0.10.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 552 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -97,10 +97,10 @@
 optional = true
 
 [dependencies.hashlink]
-version = "0.10"
+version = ">= 0.8, < 0.11"
 
 [dev-dependencies.libtest-mimic]
-version = "0.8"
+version = ">= 0.7, < 0.9"
 
 [dev-dependencies.quickcheck]
 version = "1.0"