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

13 lines
482 B

--- os_pipe-1.0.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ os_pipe-1.0.1/Cargo.toml 2022-02-25T21:18:44.748769+00:00
@@ -20,8 +20,6 @@
keywords = ["pipe", "pipe2", "createpipe", "dup"]
license = "MIT"
repository = "https://github.com/oconnor663/os_pipe.rs"
+autobins = false
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.62"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.5"
-features = ["handleapi", "namedpipeapi", "processthreadsapi", "winnt"]