Update to version 1.1.3; Fixes RHBZ#2166736

epel9
Fabio Valentini 2 years ago
parent ede1151f03
commit 022efadc5c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/os_pipe-1.0.1.crate
/os_pipe-1.1.1.crate
/os_pipe-1.1.2.crate
/os_pipe-1.1.3.crate

@ -1,11 +1,11 @@
--- os_pipe-1.1.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ os_pipe-1.1.2/Cargo.toml 1970-01-01T00:00:01+00:00
--- os_pipe-1.1.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ os_pipe-1.1.3/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.windows-sys]
-version = "0.42.0"
-version = "0.45.0"
-features = [
- "Win32_Foundation",
- "Win32_System_Pipes",

@ -1,5 +1,5 @@
--- os_pipe-1.1.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ os_pipe-1.1.2/Cargo.toml 2022-12-04T13:24:23.739281+00:00
--- os_pipe-1.1.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ os_pipe-1.1.3/Cargo.toml 2023-02-03T13:01:58.717854+00:00
@@ -25,6 +25,7 @@
]
license = "MIT"

@ -6,7 +6,7 @@
%global crate os_pipe
Name: rust-os_pipe
Version: 1.1.2
Version: 1.1.3
Release: %autorelease
Summary: Cross-platform library for opening OS pipes

@ -1 +1 @@
SHA512 (os_pipe-1.1.2.crate) = daff52e9f78695a964b7d9c0253ea9f9d97418a66875c01af161148b3189e88f7cd23e794106e8780ea99d8a57efa3b01a9f9ccce32c16187be99eee7e1832a4
SHA512 (os_pipe-1.1.3.crate) = 08ebca25a9364e476a87327212b67460eae383d0429e63ca85e361fdd1b69c382eb2a0de4a7ceafb1916029d219dc4e6eb183ae621eadb98db629e8eff5bba0d

Loading…
Cancel
Save