Update to version 2.0.1; Fixes RHBZ#2240641

epel9 imports/e9/rust-async-process-2.0.1-1.el9
Fabio Valentini 1 year ago
parent bc364de221
commit 4a315e63d3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/async-process-1.6.0.crate /async-process-1.6.0.crate
/async-process-1.7.0.crate /async-process-1.7.0.crate
/async-process-1.8.1.crate /async-process-1.8.1.crate
/async-process-2.0.1.crate

@ -1,14 +1,17 @@
--- async-process-1.8.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- async-process-2.0.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-process-1.8.1/Cargo.toml 2023-10-08T20:52:08.124892+00:00 +++ async-process-2.0.1/Cargo.toml 2024-01-05T20:42:25.696229+00:00
@@ -61,13 +61,3 @@ @@ -64,16 +64,3 @@
] ]
default-features = false default-features = false
-[target."cfg(windows)".dependencies.async-channel]
-version = "2.0.0"
-
-[target."cfg(windows)".dependencies.blocking] -[target."cfg(windows)".dependencies.blocking]
-version = "1.0.0" -version = "1.0.0"
- -
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48" -version = "0.52"
-features = [ -features = [
- "Win32_Foundation", - "Win32_Foundation",
- "Win32_System_Threading", - "Win32_System_Threading",

@ -5,7 +5,7 @@
%global crate async-process %global crate async-process
Name: rust-async-process Name: rust-async-process
Version: 1.8.1 Version: 2.0.1
Release: %autorelease Release: %autorelease
Summary: Async interface for working with processes Summary: Async interface for working with processes

@ -1 +1 @@
SHA512 (async-process-1.8.1.crate) = ce0dbcd0f893d93ed83915d7ed9661c0d5ef867115c051df2a298cd07e531a2b0f63fe58cbcd25820cd810d81759a6f467635201659d34994c04edfba8a8187c SHA512 (async-process-2.0.1.crate) = ec2a816b76c90e016ba95b6ad73a82123591df96952602bb49cade395c656032933514915c582c56a5597d2ebba3fe6825662c25ec26041d0c63f11a7296b711

Loading…
Cancel
Save