Codebase list rust-stfu8 / b65357c
Disable simd to get ripgrep in Debian buster Sylvestre Ledru 4 years ago
3 changed file(s) with 15 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 rust-ignore (0.4.7-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-ignore (0.4.6-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Team upload.
3 * Package ignore 0.4.7 from crates.io using debcargo 2.2.10
2 * Disable simd to get ripgrep in Debian buster
43
5 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 20 Apr 2019 20:56:46 +0200
4 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 27 Jun 2019 21:08:12 +0200
65
76 rust-ignore (0.4.6-1) unstable; urgency=medium
87
0 Index: ignore/Cargo.toml
1 ===================================================================
2 --- ignore.orig/Cargo.toml
3 +++ ignore/Cargo.toml
4 @@ -55,6 +55,5 @@ version = "2.2.5"
5 version = "3.0.5"
6
7 [features]
8 -simd-accel = ["globset/simd-accel"]
9 [target."cfg(windows)".dependencies.winapi-util]
10 version = "0.1.1"