Codebase list rust-libslirp / b154388
libmount: patch nix dependency to 0.13 Wolfgang Silbermayr 5 years ago
5 changed file(s) with 36 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 rust-libmount (0.1.11-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package libmount 0.1.11 from crates.io using debcargo 2.2.9
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Mon, 28 Jan 2019 20:48:53 +0100
5
06 rust-libmount (0.1.11-1) unstable; urgency=medium
17
28 * Package libmount 0.1.11 from crates.io using debcargo 2.2.9
77
88 Files: debian/*
99 Copyright:
10 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
10 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1212 License: MIT or Apache-2.0
1313
1414 License: Apache-2.0
1919
2020 Files: debian/*
2121 Copyright:
22 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
23 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
22 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
23 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
2424 License: MIT or Apache-2.0
2525
2626 License: Apache-2.0
0 From 111cb4b9cb9ab868f0570c6c36aabda4b0a1fe42 Mon Sep 17 00:00:00 2001
1 From: Wolfgang Silbermayr <wolfgang@silbermayr.at>
2 Date: Mon, 28 Jan 2019 20:35:50 +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 2de358a..6933600 100644
11 --- a/Cargo.toml
12 +++ b/Cargo.toml
13 @@ -28,7 +28,7 @@ path = "src/lib.rs"
14 version = "0.2.28"
15
16 [dependencies.nix]
17 -version = "0.11"
18 +version = "0.13"
19
20 [dependencies.quick-error]
21 version = "1.2.0"
22 --
23 2.20.1
24
0 0001-Update-nix-dependency-to-0.13.patch