Update to version 1.2.1; Fixes RHBZ#2302394

epel10 imports/epel10/rust-os_pipe-1.2.1-1.el10
Fabio Valentini 7 months ago
parent 869cee135f
commit ece2f33e42
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/os_pipe-1.1.4.crate
/os_pipe-1.1.5.crate
/os_pipe-1.2.0.crate
/os_pipe-1.2.1.crate

@ -1,11 +1,11 @@
--- os_pipe-1.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ os_pipe-1.2.0/Cargo.toml 2024-06-10T16:42:16.801365+00:00
@@ -33,10 +33,3 @@
--- 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 @@
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.62"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52.0"
-version = "0.59.0"
-features = [
- "Win32_Foundation",
- "Win32_System_Pipes",

@ -8,7 +8,7 @@
%global crate os_pipe
Name: rust-os_pipe
Version: 1.2.0
Version: 1.2.1
Release: %autorelease
Summary: Cross-platform library for opening OS pipes

@ -1 +1 @@
SHA512 (os_pipe-1.2.0.crate) = 77662eabc70f034882da4662c6f9def1796e6564f0965beae961998ed29d47ddae8ef3b8c9e612b46ee6ab907db49a6259f8d586156ea88f4e0431fa306211eb
SHA512 (os_pipe-1.2.1.crate) = 3a184359185495e8a931d3e875c5ebdc822e6fc76ecb9fb4264409f68d8a145406001339bdc00585f3ed7d9ecc74fc89f662fa8e08f4ed764a258302a198d4ff

Loading…
Cancel
Save