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

14 lines
515 B

--- thread-id-4.2.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ thread-id-4.2.0/Cargo.toml 2023-08-23T09:32:43.246091+00:00
@@ -20,10 +20,5 @@
keywords = ["thread", "pthread", "getcurrentthreadid"]
license = "MIT/Apache-2.0"
repository = "https://github.com/ruuda/thread-id"
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2.147"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["processthreadsapi"]