Update to version 1.13.0; Fixes RHBZ#2180942

epel9
Fabio Valentini 2 years ago
parent 6c9fd0a3b3
commit 5aaf9f3669
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/async-io-1.8.0.crate
/async-io-1.9.0.crate
/async-io-1.12.0.crate
/async-io-1.13.0.crate

@ -1,12 +1,8 @@
--- async-io-1.12.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-io-1.12.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -103,9 +103,3 @@
[target."cfg(unix)".dependencies.libc]
version = "0.2.77"
--- async-io-1.13.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-io-1.13.0/Cargo.toml 2023-04-17T17:26:59.728281+00:00
@@ -112,5 +112,3 @@
[target."cfg(target_os = \"linux\")".dev-dependencies.timerfd]
version = "1"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.42"
-features = ["Win32_Networking_WinSock"]
-
-[target."cfg(windows)".dev-dependencies.uds_windows]
-version = "1"

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

@ -1 +1 @@
SHA512 (async-io-1.12.0.crate) = 21f978a9ae11300ba3dce493cc4a753bd07eb2dce69130cfea8a64983ac35416ab00eec5a94e53cf74f12a23fa91caccbbd3df766ad369c774cfbc844eeb5dbf
SHA512 (async-io-1.13.0.crate) = b37a13fdb1d29e2e8852ab6f24589718a88aa39bf532145ae7541d61c3f49f731f890764dd945845eef6c8b5af1042bac2c04cdabc00b36dc4350fa1c62ce54e

Loading…
Cancel
Save