Compare commits

...

7 Commits

5
.gitignore vendored

@ -11,3 +11,8 @@
/async-io-1.12.0.crate /async-io-1.12.0.crate
/async-io-1.13.0.crate /async-io-1.13.0.crate
/async-io-2.2.2.crate /async-io-2.2.2.crate
/async-io-2.3.1.crate
/async-io-2.3.2.crate
/async-io-2.3.3.crate
/async-io-2.3.4.crate
/async-io-2.4.0.crate

@ -1,12 +1,18 @@
--- async-io-2.2.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- async-io-2.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-io-2.2.2/Cargo.toml 2024-01-05T18:49:43.430866+00:00 +++ async-io-2.4.0/Cargo.toml 2024-11-09T23:36:13.619389+00:00
@@ -110,9 +110,3 @@ @@ -161,14 +161,8 @@
[target."cfg(target_os = \"linux\")".dev-dependencies.timerfd] [target.'cfg(target_os = "linux")'.dev-dependencies.timerfd]
version = "1" version = "1"
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52.0" -version = "0.59.0"
-features = ["Win32_Foundation"] -features = ["Win32_Foundation"]
- -
-[target."cfg(windows)".dev-dependencies.uds_windows] -[target."cfg(windows)".dev-dependencies.uds_windows]
-version = "1" -version = "1"
-
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(polling_test_poll_backend)"]
+

@ -1,4 +1,4 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
# * resolve circular dependency between async-{channel,net} and async-io # * resolve circular dependency between async-{channel,net} and async-io
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate async-io %global crate async-io
Name: rust-async-io Name: rust-async-io
Version: 2.2.2 Version: 2.4.0
Release: %autorelease Release: %autorelease
Summary: Async I/O and timers Summary: Async I/O and timers

@ -1 +1 @@
SHA512 (async-io-2.2.2.crate) = 871acd65b67050846dd4d1bf5127721dd9739e95f15ec21461eacc08b10410b8565bab5609882feb85b7279c225de42a4dd05fabb2efe7903f0fc6e6c81f93dd SHA512 (async-io-2.4.0.crate) = 6ffd4c7fcb39760c67ad1d89b15ddedb9f1734a3caa497e0105cdb78fc58c42a39a0be55bcec7911a9feb67acd8bbf97b52e8b5ac585edaea8ee262d3e7f58e0

Loading…
Cancel
Save