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-gettid/gettid-fix-metadata-auto.diff

10 lines
327 B

--- gettid-0.1.2/Cargo.toml 2020-06-25T01:35:16+00:00
+++ gettid-0.1.2/Cargo.toml 2020-06-25T01:35:16+00:00
@@ -23,6 +23,3 @@
repository = "https://github.com/jmgao/gettid"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["processthreadsapi"]