Codebase list rust-stfu8 / 5bc5c2c
ripgrep: new upstream release Sylvestre Ledru 2 years ago
3 changed file(s) with 11 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 rust-ripgrep (13.0.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package ripgrep 13.0.0 from crates.io using debcargo 2.4.4-alpha.0
3
4 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 21 Aug 2021 14:58:41 +0200
5
06 rust-ripgrep (12.1.1-1) unstable; urgency=medium
17
28 * Package ripgrep 12.1.1 from crates.io using debcargo 2.4.3
2727
2828 Files: debian/*
2929 Copyright:
30 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018-2020 Sylvestre Ledru <sylvestre@debian.org>
30 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018-2021 Sylvestre Ledru <sylvestre@debian.org>
3232 License: Unlicense or MIT
3333
3434 License: MIT
11 ===================================================================
22 --- ripgrep.orig/Cargo.toml
33 +++ ripgrep/Cargo.toml
4 @@ -53,6 +53,9 @@ default-features = false
4 @@ -52,6 +52,9 @@ default-features = false
55 [dependencies.grep]
6 version = "0.2.7"
6 version = "0.2.8"
77
88 +[dependencies.grep-searcher]
99 +version = ">= 0.1.3"
1010 +
1111 [dependencies.ignore]
12 version = "0.4.16"
12 version = "0.4.18"
1313