Codebase list rust-libslirp / e289ceb
Update clap, relax dep version Ximin Luo 5 years ago
3 changed file(s) with 19 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 rust-clap (2.32.0-4) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package clap 2.32.0 from crates.io using debcargo 2.2.9
4 * Allow building against yaml-rust 0.4.
5
6 -- Ximin Luo <infinity0@debian.org> Wed, 26 Dec 2018 13:38:07 -0800
7
08 rust-clap (2.32.0-3) unstable; urgency=medium
19
210 * Team upload.
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -84,7 +84,7 @@
2 @@ -80,7 +80,7 @@
33 optional = true
44
55 [dependencies.textwrap]
88
99 [dependencies.unicode-width]
1010 version = "0.1.4"
11 @@ -90,7 +90,7 @@
12 optional = true
13
14 [dependencies.yaml-rust]
15 -version = "0.3.5"
16 +version = ">= 0.3.5, < 0.5"
17 optional = true
18 [dev-dependencies.lazy_static]
19 version = "1"
0 no-clippy.patch
01 relax-dep-versions.patch
1 no-clippy.patch