File: relax-deps.diff

package info (click to toggle)
rust-ctrlc 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: ctrlc/Cargo.toml
===================================================================
--- ctrlc.orig/Cargo.toml
+++ ctrlc/Cargo.toml
@@ -73,7 +73,7 @@ version = "0.3"
 version = "0.2"
 
 [target."cfg(unix)".dependencies.nix]
-version = "0.30"
+version = ">= 0.29, < 0.31"
 features = ["signal"]
 default-features = false