Codebase list rust-libslirp / e594569
os_pipe: patch nix dependency to 0.13 Wolfgang Silbermayr 5 years ago
6 changed file(s) with 41 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 rust-os-pipe (0.8.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package os_pipe 0.8.0 from crates.io using debcargo 2.2.9
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Mon, 28 Jan 2019 20:49:12 +0100
5
06 rust-os-pipe (0.8.0-1) unstable; urgency=medium
17
28 * Package os_pipe 0.8.0 from crates.io using debcargo 2.2.8
88
99 Files: debian/*
1010 Copyright:
11 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1212 2018 Paride Legovini <pl@ninthfloor.org>
13 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1314 License: MIT
1415
1516 License: MIT
1313
1414 Files: debian/*
1515 Copyright:
16 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2018 Paride Legovini <pl@ninthfloor.org>
16 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2018-2019 Paride Legovini <pl@ninthfloor.org>
18 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1819 License: MIT
1920
2021 License: MIT
00 overlay = "."
1 uploaders = ["Paride Legovini <pl@ninthfloor.org>"]
1 uploaders = [
2 "Paride Legovini <pl@ninthfloor.org>",
3 "Wolfgang Silbermayr <wolfgang@silbermayr.at>",
4 ]
25 bin = false
0 From 9645f3d75c04e30c680c2d42ea9d260664f07ed4 Mon Sep 17 00:00:00 2001
1 From: Wolfgang Silbermayr <wolfgang@silbermayr.at>
2 Date: Mon, 28 Jan 2019 20:41:14 +0100
3 Subject: [PATCH] Update nix dependency to 0.13
4
5 ---
6 Cargo.toml | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/Cargo.toml b/Cargo.toml
10 index 1157f50..80b250c 100644
11 --- a/Cargo.toml
12 +++ b/Cargo.toml
13 @@ -19,7 +19,7 @@ documentation = "https://docs.rs/os_pipe"
14 license = "MIT"
15 repository = "https://github.com/oconnor663/os_pipe.rs"
16 [target."cfg(not(windows))".dependencies.nix]
17 -version = "0.11.0"
18 +version = "0.13.0"
19 [target."cfg(windows)".dependencies.winapi]
20 version = "0.3.5"
21 features = ["handleapi", "namedpipeapi", "processenv", "winbase"]
22 --
23 2.20.1
24
0 0001-Update-nix-dependency-to-0.13.patch