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

21 lines
630 B
Diff
Raw Normal View History

2021-01-12 22:06:28 +00:00
--- fd-find-8.2.1/Cargo.toml 2020-12-07T18:29:12+00:00
2022-07-23 15:49:57 +00:00
+++ fd-find-8.2.1/Cargo.toml 2022-07-23T15:43:04.007053+00:00
@@ -63,7 +63,7 @@
version = "1.1.0"
[dependencies.lscolors]
-version = "0.7"
+version = "0.13"
2022-07-23 15:49:57 +00:00
[dependencies.num_cpus]
version = "1.8"
@@ -86,8 +86,6 @@
[build-dependencies.version_check]
version = "0.9"
2021-01-12 22:06:28 +00:00
-[target."cfg(all(not(windows), not(target_os = \"android\"), 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]