File thread-priority-fix-metadata-auto.diff of Package rust-thread-priority
--- thread-priority-0.9.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ thread-priority-0.9.2/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -43,15 +43,3 @@
[target."cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"macos\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.libc]
version = ">=0.2.123"
-[target."cfg(windows)".dependencies.libc]
-version = ">=0.2.123"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = [
- "errhandlingapi",
- "processthreadsapi",
- "winnt",
- "minwindef",
- "winbase",
-]