rust-fd-find/fd-find-fix-metadata.diff

23 lines
730 B
Diff

--- fd-find-8.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fd-find-8.7.0/Cargo.toml 2023-02-27T16:47:58.996825+00:00
@@ -131,17 +131,9 @@
version = "0.9"
[features]
-base = ["use-jemalloc"]
+base = []
completions = ["clap_complete"]
-default = [
- "use-jemalloc",
- "completions",
-]
-use-jemalloc = ["jemallocator"]
-
-[target."cfg(all(not(windows), not(target_os = \"android\"), not(target_os = \"macos\"), not(target_os = \"freebsd\"), not(all(target_env = \"musl\", target_pointer_width = \"32\")), not(target_arch = \"riscv64\")))".dependencies.jemallocator]
-version = "0.5.0"
-optional = true
+default = ["completions"]
[target."cfg(all(unix, not(target_os = \"redox\")))".dependencies.libc]
version = "0.2"