Codebase list rust-libslirp / 4063d50
Remove the jemallocator dependencies (still in NEW) disable-jemallocator.diff Sylvestre Ledru 4 years ago
3 changed file(s) with 16 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22 * Package fd-find 7.4.0 from crates.io using debcargo 2.4.0
33 * Rename the completion scripts to fdfind (Closes: #936036)
44 * Ansi_term updated from 0.11 to 0.12
5 * Remove the jemallocator dependencies (still in NEW)
6 disable-jemallocator.diff
57
68 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 01 Dec 2019 11:57:33 +0100
79
0 Index: fd-find/Cargo.toml
1 ===================================================================
2 --- fd-find.orig/Cargo.toml
3 +++ fd-find/Cargo.toml
4 @@ -80,8 +80,6 @@ version = "2.31.2"
5
6 [build-dependencies.version_check]
7 version = "0.9"
8 -[target."cfg(all(not(windows), not(target_env = \"musl\")))".dependencies.jemallocator]
9 -version = "0.3.0"
10 [target."cfg(all(unix, not(target_os = \"redox\")))".dependencies.libc]
11 version = "0.2"
12 [badges.appveyor]
0 disable-jemallocator.diff