Compare commits
No commits in common. 'epel10' and 'epel9' have entirely different histories.
@ -1,13 +1,14 @@
|
||||
--- os_pipe-1.2.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ os_pipe-1.2.1/Cargo.toml 2024-08-03T13:52:20.162013+00:00
|
||||
@@ -54,10 +54,3 @@
|
||||
--- 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:25.209713+00:00
|
||||
@@ -35,11 +35,3 @@
|
||||
[target."cfg(not(windows))".dependencies.libc]
|
||||
version = "0.2.62"
|
||||
|
||||
-[target."cfg(windows)".dependencies.windows-sys]
|
||||
-version = "0.59.0"
|
||||
-version = "0.52.0"
|
||||
-features = [
|
||||
- "Win32_Foundation",
|
||||
- "Win32_System_Pipes",
|
||||
- "Win32_Security",
|
||||
- "Win32_System_Threading",
|
||||
-]
|
||||
|
@ -0,0 +1,10 @@
|
||||
--- 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,6 +1,4 @@
|
||||
[package]
|
||||
cargo-install-bin = false
|
||||
|
||||
[requires]
|
||||
test = ["/usr/bin/python"]
|
||||
[tests]
|
||||
run = ["none"]
|
||||
comments = ["tests require building the example binaries"]
|
||||
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (os_pipe-1.2.1.crate) = 3a184359185495e8a931d3e875c5ebdc822e6fc76ecb9fb4264409f68d8a145406001339bdc00585f3ed7d9ecc74fc89f662fa8e08f4ed764a258302a198d4ff
|
||||
SHA512 (os_pipe-1.1.5.crate) = d862484e9a0594f31e45531fac9a892fe247c1003a9c365a28083c0b5132719fe6fcd7ed996716a4baddf1f8ec4857d62d05663d3fd7ecee5802005c55368048
|
||||
|
Loading…
Reference in new issue