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-hyperfine/hyperfine-fix-metadata-auto...

26 lines
700 B

--- hyperfine-1.18.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ hyperfine-1.18.0/Cargo.toml 2023-10-19T14:43:21.468441+00:00
@@ -102,9 +102,6 @@
[features]
windows_process_extensions_main_thread_handle = []
-[target."cfg(all(windows, not(windows_process_extensions_main_thread_handle)))".dependencies.once_cell]
-version = "1.17"
-
[target."cfg(not(windows))".dependencies.libc]
version = "0.2"
@@ -112,12 +109,3 @@
version = "0.26.2"
features = ["zerocopy"]
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-features = [
- "Win32_Foundation",
- "Win32_Security",
- "Win32_System_JobObjects",
- "Win32_System_LibraryLoader",
- "Win32_System_Threading",
-]