parent
1d8905e962
commit
533385e3ba
@ -0,0 +1,14 @@
|
||||
--- os_pipe-1.1.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ os_pipe-1.1.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
@@ -35,11 +35,3 @@
|
||||
[target."cfg(not(windows))".dependencies.libc]
|
||||
version = "0.2.62"
|
||||
|
||||
-[target."cfg(windows)".dependencies.winapi]
|
||||
-version = "0.3.5"
|
||||
-features = [
|
||||
- "handleapi",
|
||||
- "namedpipeapi",
|
||||
- "processthreadsapi",
|
||||
- "winnt",
|
||||
-]
|
@ -1,12 +1,10 @@
|
||||
--- 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"]
|
||||
--- os_pipe-1.1.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ os_pipe-1.1.1/Cargo.toml 2022-10-05T10:22:35.417333+00:00
|
||||
@@ -25,6 +25,7 @@
|
||||
]
|
||||
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"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["io_safety"]
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (os_pipe-1.0.1.crate) = 290dc63d4b8848c045f6a537be675d63e141464be0a282f21e3acd374ccd9e3a89ca86968040a6bdfb47e0fca46f667338b08d909565bbdc7dfb56e04c102d13
|
||||
SHA512 (os_pipe-1.1.1.crate) = a7922d4011e84e33f0cf4dadb86ad4cb438049fa9c171a7c8f626ff4f715b630a8f563947be6c4b0fa5a633cbd162c25061f86542be041a0d876add28fd6c7e5
|
||||
|
Loading…
Reference in new issue