Signed-off-by: Michel Lind <salimma@fedoraproject.org>epel9 imports/e9/rust-fd-find-8.7.1-1.el9
parent
1a57d05b33
commit
8dd9680a51
@ -1,30 +1,21 @@
|
||||
--- fd-find-8.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ fd-find-8.7.0/Cargo.toml 2023-04-19T14:25:00.184230+00:00
|
||||
@@ -63,7 +63,6 @@
|
||||
"color",
|
||||
"wrap_help",
|
||||
"cargo",
|
||||
- "unstable-grouped",
|
||||
"derive",
|
||||
]
|
||||
|
||||
@@ -131,17 +130,9 @@
|
||||
--- fd-find-8.7.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ fd-find-8.7.1/Cargo.toml 2023-10-27T04:29:57.025911+00:00
|
||||
@@ -125,17 +125,11 @@
|
||||
version = "0.9"
|
||||
|
||||
[features]
|
||||
-base = ["use-jemalloc"]
|
||||
+base = []
|
||||
completions = ["clap_complete"]
|
||||
-default = [
|
||||
default = [
|
||||
- "use-jemalloc",
|
||||
- "completions",
|
||||
-]
|
||||
"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"
|
||||
-[target."cfg(all(not(windows), not(target_os = \"android\"), not(target_os = \"macos\"), not(target_os = \"freebsd\"), not(target_os = \"openbsd\"), not(all(target_env = \"musl\", target_pointer_width = \"32\")), not(target_arch = \"riscv64\")))".dependencies.jemallocator]
|
||||
-version = "0.5.4"
|
||||
-optional = true
|
||||
+default = ["completions"]
|
||||
|
||||
[target."cfg(all(unix, not(target_os = \"redox\")))".dependencies.libc]
|
||||
version = "0.2"
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (fd-find-8.7.0.crate) = 0e33cfeff0b85d6c93efae0668d095c736ee1fc9a2502e3c62eb30e2ae1ad87476484163cd8881f5e0a9dd7b6ad3087e9b53756cd7a9b937383bbf7ec54ecd55
|
||||
SHA512 (fd-find-8.7.1.crate) = 6a8a21e3c44ba01b3becea919876bab8833663767803705f4101ce050e57530fd0ed57a9f4d7a16aa5708e409128bfce47be8cef0cbaf9145c360355e919aa17
|
||||
|
Loading…
Reference in new issue