Codebase list rust-stfu8 / 4520767
Update clap Ximin Luo 5 years ago
5 changed file(s) with 22 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 rust-clap (2.32.0-3) 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 textwrap 0.11.
5
6 -- Ximin Luo <infinity0@debian.org> Tue, 18 Dec 2018 19:10:50 -0800
7
08 rust-clap (2.32.0-2) unstable; urgency=medium
19
210 * Package clap 2.32.0 from crates.io using debcargo 2.2.6
2828 Files: debian/*
2929 Copyright:
3030 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018 FIXME (overlay) Your Name <Your Email>
31 2018 Sylvestre Ledru <sylvestre@debian.org>
3232 License: MIT
3333
3434 License: MIT
00 overlay = "."
1 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -84,7 +84,7 @@
3 optional = true
4
5 [dependencies.textwrap]
6 -version = "0.10.0"
7 +version = ">= 0.10, < 0.12"
8
9 [dependencies.unicode-width]
10 version = "0.1.4"
0 relax-dep-versions.patch
01 no-clippy.patch