File: relax-deps.patch

package info (click to toggle)
rust-resolv-conf 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: resolv-conf/Cargo.toml
===================================================================
--- resolv-conf.orig/Cargo.toml
+++ resolv-conf/Cargo.toml
@@ -27,7 +27,7 @@ repository = "http://github.com/tailhook
 name = "resolv_conf"
 path = "src/lib.rs"
 [dependencies.hostname]
-version = "^0.3"
+version = ">= 0.3, < 0.5"
 optional = true
 
 [dependencies.quick-error]