Codebase list rust-serde-xml-rs / 510400a
ctrlc: relax nix dependency to 0.16 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> Fabian Grünbichler authored 4 years ago kpcyrd committed 4 years ago
3 changed file(s) with 13 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
(New empty file)
0 rust-ctrlc (3.1.3-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package ctrlc 3.1.3 from crates.io using debcargo 2.4.1-alpha.0
4
5 -- Fabian Grünbichler <f.gruenbichler@proxmox.com> Mon, 23 Dec 2019 09:46:58 +0100
6
07 rust-ctrlc (3.1.3-2) unstable; urgency=medium
18
29 * Package ctrlc 3.1.3 from crates.io using debcargo 2.4.0
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -30,7 +30,7 @@
0 Index: ctrlc/Cargo.toml
1 ===================================================================
2 --- ctrlc.orig/Cargo.toml
3 +++ ctrlc/Cargo.toml
4 @@ -30,7 +30,7 @@ harness = false
35 [features]
46 termination = []
57 [target."cfg(unix)".dependencies.nix]
68 -version = "0.14"
7 +version = "0.15"
9 +version = "0.16"
810 [target."cfg(windows)".dependencies.winapi]
911 version = "0.3"
1012 features = ["consoleapi", "handleapi", "synchapi", "winbase"]