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-3.3.0-fix-metadat...

13 lines
371 B

--- thread-id-3.3.0/Cargo.toml 2018-03-23T05:49:40-07:00
+++ thread-id-3.3.0/Cargo.toml 2018-03-23T17:39:59.408637-07:00
@@ -15,9 +15,3 @@
[target.'cfg(unix)'.dependencies]
libc = "0.2.6"
-
-[target.'cfg(windows)'.dependencies]
-winapi = { version = "0.3", features = ["processthreadsapi"] }
-
-[target.'cfg(target_os = "redox")'.dependencies]
-redox_syscall = "0.1"