You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-fd-find/fd-find-fix-metadata.diff

12 lines
407 B

--- fd-find-7.4.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ fd-find-7.4.0/Cargo.toml 2019-12-07T11:40:50.141928+00:00
@@ -80,8 +80,6 @@
[build-dependencies.version_check]
version = "0.9"
-[target."cfg(all(not(windows), not(target_env = \"musl\")))".dependencies.jemallocator]
-version = "0.3.0"
[target."cfg(all(unix, not(target_os = \"redox\")))".dependencies.libc]
version = "0.2"
[badges.appveyor]