Codebase list rust-stfu8 / 858ad21
Relax lscolors ansi-term dep Wolfgang Silbermayr 4 years ago
5 changed file(s) with 26 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-lscolors (0.6.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Relax dependency versions
3 * Package lscolors 0.6.0 from crates.io using debcargo 2.4.2
4
5 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Wed, 19 Feb 2020 14:35:19 +0100
6
07 rust-lscolors (0.6.0-1) unstable; urgency=medium
18
29 * Team upload.
1313
1414 Files: debian/*
1515 Copyright:
16 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2019 Sylvestre Ledru <sylvestre@debian.org>
16 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2019-2020 Sylvestre Ledru <sylvestre@debian.org>
18 2019-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1819 License: MIT or Apache-2.0
1920
2021 License: Apache-2.0
00 overlay = "."
1 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
1 uploaders = [
2 "Sylvestre Ledru <sylvestre@debian.org>",
3 "Wolfgang Silbermayr <wolfgang@silbermayr.at>",
4 ]
25
36 [source]
47 build_depends = ["librust-tempfile-dev"]
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -28,7 +28,7 @@
3 path = "src/bin.rs"
4 required-features = ["ansi_term"]
5 [dependencies.ansi_term]
6 -version = "0.12"
7 +version = ">= 0.11, < 0.13"
8 optional = true
9 [dev-dependencies.tempfile]
10 version = "^3"