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

10 lines
396 B

5 years ago
--- os_pipe-0.9.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ os_pipe-0.9.1/Cargo.toml 2019-11-19T21:20:55.704436+00:00
@@ -22,6 +22,3 @@
repository = "https://github.com/oconnor663/os_pipe.rs"
5 years ago
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.62"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.5"
5 years ago
-features = ["handleapi", "namedpipeapi", "processthreadsapi", "winnt"]