update to version 0.7.11

epel9
Fabio Valentini 4 years ago
parent 482fff7b93
commit 0232a6f031
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/mio-0.7.6.crate
/mio-0.7.7.crate
/mio-0.7.9.crate
/mio-0.7.11.crate

@ -1,5 +1,5 @@
--- mio-0.7.9/Cargo.toml 1970-01-01T00:00:00+00:00
+++ mio-0.7.9/Cargo.toml 2021-02-23T12:59:29.576771+00:00
--- mio-0.7.11/Cargo.toml 1970-01-01T00:00:00+00:00
+++ mio-0.7.11/Cargo.toml 2021-03-23T18:07:27.447993+00:00
@@ -61,12 +61,3 @@
uds = ["net"]
[target."cfg(unix)".dependencies.libc]
@ -12,4 +12,4 @@
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winsock2", "mswsock"]
-features = ["winsock2", "mswsock", "mstcpip"]

@ -5,7 +5,7 @@
%global crate mio
Name: rust-%{crate}
Version: 0.7.9
Version: 0.7.11
Release: 1%{?dist}
Summary: Lightweight non-blocking IO
@ -183,6 +183,10 @@ export RUST_BACKTRACE=1
%endif
%changelog
* Tue Mar 23 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.11-1
- Update to version 0.7.11.
- Fixes RHBZ#1939250
* Tue Feb 23 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.9-1
- Update to version 0.7.9.
- Fixes RHBZ#1929906

@ -1 +1 @@
SHA512 (mio-0.7.9.crate) = a888ba98b315ab7692e987ce6d86ed50c51e1ef52cf0eab15cc665dc4571957dcf9d4c31fd7066a0edbd095654d4078ae7b4cd136dcb8729f61f25f5c3575bf5
SHA512 (mio-0.7.11.crate) = abcb2d29868ba749ffbf2f4eadd5c24ea80bdc7d62aa09fa0a70d9963e73fd5f603fb9b73410db5f72a051a153e0ef5526992aaaf1b212ff0e961bc31d107c63

Loading…
Cancel
Save