Compare commits
5 Commits
Author | SHA1 | Date |
---|---|---|
|
ece2f33e42 | 7 months ago |
|
869cee135f | 7 months ago |
|
8ee55dc14c | 9 months ago |
|
ee2ab4af8b | 11 months ago |
|
b62bba805b | 1 year ago |
@ -1,14 +1,13 @@
|
|||||||
--- os_pipe-1.1.5/Cargo.toml 1970-01-01T00:00:01+00:00
|
--- os_pipe-1.2.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
+++ os_pipe-1.1.5/Cargo.toml 2023-12-31T16:32:25.209713+00:00
|
+++ os_pipe-1.2.1/Cargo.toml 2024-08-03T13:52:20.162013+00:00
|
||||||
@@ -35,11 +35,3 @@
|
@@ -54,10 +54,3 @@
|
||||||
[target."cfg(not(windows))".dependencies.libc]
|
[target."cfg(not(windows))".dependencies.libc]
|
||||||
version = "0.2.62"
|
version = "0.2.62"
|
||||||
|
|
||||||
-[target."cfg(windows)".dependencies.windows-sys]
|
-[target."cfg(windows)".dependencies.windows-sys]
|
||||||
-version = "0.52.0"
|
-version = "0.59.0"
|
||||||
-features = [
|
-features = [
|
||||||
- "Win32_Foundation",
|
- "Win32_Foundation",
|
||||||
- "Win32_System_Pipes",
|
- "Win32_System_Pipes",
|
||||||
- "Win32_Security",
|
- "Win32_Security",
|
||||||
- "Win32_System_Threading",
|
|
||||||
-]
|
-]
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
--- os_pipe-1.1.5/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
||||||
+++ os_pipe-1.1.5/Cargo.toml 2023-12-31T16:32:29.819737+00:00
|
|
||||||
@@ -25,6 +25,7 @@
|
|
||||||
]
|
|
||||||
license = "MIT"
|
|
||||||
repository = "https://github.com/oconnor663/os_pipe.rs"
|
|
||||||
+autobins = false
|
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
|
||||||
features = ["io_safety"]
|
|
@ -1,4 +1,6 @@
|
|||||||
[tests]
|
[package]
|
||||||
run = ["none"]
|
cargo-install-bin = false
|
||||||
comments = ["tests require building the example binaries"]
|
|
||||||
|
[requires]
|
||||||
|
test = ["/usr/bin/python"]
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
SHA512 (os_pipe-1.1.5.crate) = d862484e9a0594f31e45531fac9a892fe247c1003a9c365a28083c0b5132719fe6fcd7ed996716a4baddf1f8ec4857d62d05663d3fd7ecee5802005c55368048
|
SHA512 (os_pipe-1.2.1.crate) = 3a184359185495e8a931d3e875c5ebdc822e6fc76ecb9fb4264409f68d8a145406001339bdc00585f3ed7d9ecc74fc89f662fa8e08f4ed764a258302a198d4ff
|
||||||
|
Loading…
Reference in new issue