Compare commits

...

6 Commits

4
.gitignore vendored

@ -10,3 +10,7 @@
/async-process-1.7.0.crate
/async-process-1.8.1.crate
/async-process-2.0.1.crate
/async-process-2.2.1.crate
/async-process-2.2.2.crate
/async-process-2.2.3.crate
/async-process-2.3.0.crate

@ -1,19 +1,38 @@
--- async-process-2.0.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-process-2.0.1/Cargo.toml 2024-01-05T20:42:25.696229+00:00
@@ -64,16 +64,3 @@
--- async-process-2.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-process-2.3.0/Cargo.toml 2024-09-16T20:22:15.295098+00:00
@@ -75,15 +75,6 @@
[dev-dependencies.async-executor]
version = "1.5.1"
-[target.'cfg(all(unix, not(target_os = "linux")))'.dependencies.rustix]
-version = "0.38"
-features = [
- "std",
- "fs",
- "process",
-]
-default-features = false
-
[target.'cfg(any(windows, target_os = "linux"))'.dependencies.async-channel]
version = "2.0.0"
@@ -101,18 +92,8 @@
]
default-features = false
-[target."cfg(windows)".dependencies.async-channel]
-version = "2.0.0"
-
-[target."cfg(windows)".dependencies.blocking]
-version = "1.0.0"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52"
-[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.59"
-features = [
- "Win32_Foundation",
- "Win32_System_Threading",
-]
-default-features = false
-
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(async_process_force_signal_backend)"]
+

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate async-process
Name: rust-async-process
Version: 2.0.1
Version: 2.3.0
Release: %autorelease
Summary: Async interface for working with processes

@ -1 +1 @@
SHA512 (async-process-2.0.1.crate) = ec2a816b76c90e016ba95b6ad73a82123591df96952602bb49cade395c656032933514915c582c56a5597d2ebba3fe6825662c25ec26041d0c63f11a7296b711
SHA512 (async-process-2.3.0.crate) = 48c1decd4ed3e65d0feb9381533e1274b98b9ba16318f1caa35729078e707dbb2a5a0b52822873d5cc91fc5a51b725c33b784ef8a91aa6cc2cf357ae87c5e2fa

Loading…
Cancel
Save