File: upgrade-nix.patch

package info (click to toggle)
rust-dockworker 0.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 716 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: NoisyCoil <noisycoil@tutanota.com>
Date: Sun, 29 Sep 2024 21:28:40 +0200
Subject: upgrade-nix

---
 Cargo.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index ce0615f..94d40c7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -79,7 +79,8 @@ version = "0.2"
 optional = true
 
 [dependencies.nix]
-version = "0.26"
+version = ">= 0.27, < 1.0"
+features = ["signal"]
 
 [dependencies.openssl]
 version = "0.10"