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...

17 lines
589 B

--- thread-id-4.1.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ thread-id-4.1.0/Cargo.toml 2023-05-17T12:59:34.279151+00:00
@@ -20,13 +20,8 @@
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.6"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["processthreadsapi"]
[badges.appveyor]
branch = "v4.1.0"
repository = "ruuda/thread-id-y5v5o"