Codebase list rust-libslirp / fa5f4c7
update clap Ximin Luo 4 years ago
4 changed file(s) with 24 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
0 rust-clap (2.33.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package clap 2.33.0 from crates.io using debcargo 2.2.10
4
5 -- Ximin Luo <infinity0@debian.org> Thu, 30 May 2019 23:16:23 -0700
6
07 rust-clap (2.32.0-4) unstable; urgency=medium
18
29 * Team upload.
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: clap
22 Upstream-Contact: Kevin K. <kbknapp@gmail.com>
3 Source: https://github.com/kbknapp/clap-rs
3 Source: https://github.com/clap-rs/clap
44
55 Files: *
66 Copyright: FIXME (overlay) UNKNOWN-YEARS Kevin K. <kbknapp@gmail.com>
2727
2828 Files: debian/*
2929 Copyright:
30 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018 Sylvestre Ledru <sylvestre@debian.org>
30 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018-2019 Sylvestre Ledru <sylvestre@debian.org>
3232 License: MIT
3333
3434 License: MIT
0 --- a/Cargo.toml 2018-09-07 20:46:25.639402810 -0700
1 +++ b/Cargo.toml 2018-09-07 20:46:37.055559250 -0700
2 @@ -71,10 +71,6 @@
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -63,10 +63,6 @@
33 [dependencies.bitflags]
44 version = "1.0"
55
88 -optional = true
99 -
1010 [dependencies.strsim]
11 version = "0.7.0"
11 version = "0.8"
1212 optional = true
13 @@ -110,7 +106,6 @@
13 @@ -102,7 +98,6 @@
1414 debug = []
1515 default = ["suggestions", "color", "vec_map"]
1616 doc = ["yaml"]
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -80,7 +80,7 @@
2 @@ -64,7 +64,7 @@
3 version = "1.0"
4
5 [dependencies.strsim]
6 -version = "0.8"
7 +version = ">= 0.7, < 0.9"
38 optional = true
49
5 [dependencies.textwrap]
6 -version = "0.10.0"
7 +version = ">= 0.10, < 0.12"
8
9 [dependencies.unicode-width]
10 version = "0.1.4"
11 @@ -90,7 +90,7 @@
10 [dependencies.term_size]
11 @@ -82,7 +82,7 @@
1212 optional = true
1313
1414 [dependencies.yaml-rust]
1616 +version = ">= 0.3.5, < 0.5"
1717 optional = true
1818 [dev-dependencies.lazy_static]
19 version = "1"
19 version = "1.3"