Update to version 2.2.3; Fixes RHBZ#2284209

epel10
Fabio Valentini 9 months ago
parent 33ebf4cc14
commit db19133336
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/async-process-2.0.1.crate /async-process-2.0.1.crate
/async-process-2.2.1.crate /async-process-2.2.1.crate
/async-process-2.2.2.crate /async-process-2.2.2.crate
/async-process-2.2.3.crate

@ -1,10 +1,10 @@
--- async-process-2.2.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- async-process-2.2.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-process-2.2.2/Cargo.toml 2024-04-24T16:33:52.896782+00:00 +++ async-process-2.2.3/Cargo.toml 2024-06-05T20:19:52.062220+00:00
@@ -54,15 +54,6 @@ @@ -54,15 +54,6 @@
[dev-dependencies.async-io] [dev-dependencies.async-io]
version = "2.1.0" version = "2.1.0"
-[target."cfg(all(unix, not(any(target_os = \"linux\", target_os = \"android\"))))".dependencies.rustix] -[target."cfg(all(unix, not(target_os = \"linux\")))".dependencies.rustix]
-version = "0.38" -version = "0.38"
-features = [ -features = [
- "std", - "std",
@ -13,10 +13,10 @@
-] -]
-default-features = false -default-features = false
- -
[target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.async-channel] [target."cfg(target_os = \"linux\")".dependencies.async-channel]
version = "2.0.0" version = "2.0.0"
@@ -83,16 +74,3 @@ @@ -83,20 +74,7 @@
] ]
default-features = false default-features = false
@ -33,3 +33,8 @@
- "Win32_System_Threading", - "Win32_System_Threading",
-] -]
-default-features = false -default-features = false
-
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
+

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

@ -1 +1 @@
SHA512 (async-process-2.2.2.crate) = d65fa85fa06230fc1fb554171cb2dd31c32334f413968027b04745752b10de5d780036a8924eedc1c826d181b55c19a807dbfde6b4b2597aa11f1b1d556d5ef6 SHA512 (async-process-2.2.3.crate) = 201f87823617f1126f8dfb230c95aa248986258ccf95e5d0e9f475f160a9e64ec1642897fb2f8ffde3d748b29ed7185349b10ad5cc0f504cf45c302dc0de52a7

Loading…
Cancel
Save