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.
17 lines
589 B
17 lines
589 B
--- thread-id-4.0.0/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
+++ thread-id-4.0.0/Cargo.toml 2021-11-28T07:59:18.591617+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.0.0"
|
|
repository = "ruuda/thread-id-y5v5o"
|