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

12 lines
427 B

--- os_pipe-0.8.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ os_pipe-0.8.1/Cargo.toml 2019-07-07T14:18:20.977524+00:00
@@ -19,7 +19,4 @@
license = "MIT"
repository = "https://github.com/oconnor663/os_pipe.rs"
[target."cfg(not(windows))".dependencies.nix]
-version = "0.13.0"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.5"
-features = ["handleapi", "namedpipeapi", "processenv", "winbase"]
+version = "0.14.0"