Codebase list rust-stfu8 / 6bc933b
fd-find: lower the users dep Sylvestre Ledru 3 years ago
4 changed file(s) with 20 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 target/*/release/build/fd-find-*/out/*.bash /usr/share/bash-completion/completions
11 target/*/release/build/fd-find-*/out/*.fish /usr/share/fish/completions
22 target/*/release/build/fd-find-*/out/_fdfind /usr/share/zsh/vendor-completions
3 target/*/release/build/fd-find-*/out/_fd /usr/share/zsh/vendor-completions
3 contrib/completion/_fd /usr/share/zsh/vendor-completions
0 Index: fd-find/Cargo.toml
1 ===================================================================
2 --- fd-find.orig/Cargo.toml
3 +++ fd-find/Cargo.toml
4 @@ -91,7 +91,7 @@ version = "0.9"
5 [target."cfg(all(unix, not(target_os = \"redox\")))".dependencies.libc]
6 version = "0.2"
7 [target."cfg(unix)".dependencies.users]
8 -version = "0.11.0"
9 +version = "0.10.0"
10 [badges.appveyor]
11 repository = "sharkdp/fd"
12
00 disable-jemallocator.diff
11 completion-fdfind.diff
2 lower-users-dep.diff
00 #!/usr/bin/make -f
1
2 # Workaround:
3 # https://github.com/rust-lang/rust/issues/66118
4 export RUSTFLAGS=-Clto=thin
5
16 %:
27 dh $@ --buildsystem cargo
38