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

13 lines
453 B

--- os_pipe-0.9.2/Cargo.toml 2020-05-28T02:10:52+00:00
+++ os_pipe-0.9.2/Cargo.toml 2022-02-03T14:14:50.328758+00:00
@@ -20,8 +20,6 @@
readme = "README.md"
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"]