Codebase list rust-stfu8 / 412c9a8
grep-printer: new upstream release Sylvestre Ledru 4 years ago
3 changed file(s) with 9 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-grep-printer (0.1.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package grep-printer 0.1.4 from crates.io using debcargo 2.4.0
3
4 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 18 Mar 2020 23:08:21 +0100
5
06 rust-grep-printer (0.1.3-2) unstable; urgency=medium
17
28 * Team upload.
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: grep-printer
22 Upstream-Contact: Andrew Gallant <jamslam@gmail.com>
3 Source: https://github.com/BurntSushi/ripgrep
3 Source: https://github.com/BurntSushi/ripgrep/tree/master/crates/printer
44
55 Files: *
66 Copyright: FIXME (overlay) UNKNOWN-YEARS Andrew Gallant <jamslam@gmail.com>
33 +++ grep-printer/Cargo.toml
44 @@ -22,7 +22,7 @@ keywords = ["grep", "pattern", "print",
55 license = "Unlicense/MIT"
6 repository = "https://github.com/BurntSushi/ripgrep"
6 repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/printer"
77 [dependencies.base64]
8 -version = "0.10.0"
8 -version = "0.11.0"
99 +version = ">= 0.10.0, < 0.12"
1010 optional = true
1111