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

12 lines
457 B
Diff

--- fd-find-8.1.1/Cargo.toml 2020-05-25T14:16:36+00:00
+++ fd-find-8.1.1/Cargo.toml 2020-05-25T15:01:29.677431+00:00
@@ -86,8 +86,6 @@
[build-dependencies.version_check]
version = "0.9"
-[target."cfg(all(not(windows), not(target_os = \"macos\"), not(target_env = \"musl\")))".dependencies.jemallocator]
-version = "0.3.0"
[target."cfg(all(unix, not(target_os = \"redox\")))".dependencies.libc]
version = "0.2"
[target."cfg(unix)".dependencies.users]