Update to version 0.8.10; Fixes RHBZ#2253192

epel9 imports/e9/rust-mio-0.8.10-1.el9
Fabio Valentini 1 year ago
parent 6986cb4a8b
commit 8ff74c5d9c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -26,3 +26,4 @@
/mio-0.8.7.crate /mio-0.8.7.crate
/mio-0.8.8.crate /mio-0.8.8.crate
/mio-0.8.9.crate /mio-0.8.9.crate
/mio-0.8.10.crate

@ -1,5 +1,5 @@
--- mio-0.8.9/Cargo.toml 1970-01-01T00:00:01+00:00 --- mio-0.8.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.8.9/Cargo.toml 2023-10-24T11:04:08.736049+00:00 +++ mio-0.8.10/Cargo.toml 2024-01-11T20:15:45.126523+00:00
@@ -103,26 +103,9 @@ @@ -103,26 +103,9 @@
net = [] net = []
os-ext = [ os-ext = [

@ -5,7 +5,7 @@
%global crate mio %global crate mio
Name: rust-mio Name: rust-mio
Version: 0.8.9 Version: 0.8.10
Release: %autorelease Release: %autorelease
Summary: Lightweight non-blocking I/O Summary: Lightweight non-blocking I/O
@ -112,7 +112,6 @@ use the "os-poll" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
#export RUST_BACKTRACE=1
%cargo_test -a %cargo_test -a
%endif %endif

@ -1 +1 @@
SHA512 (mio-0.8.9.crate) = a078b1db6140d77452c24647aa91ec6563d00bc3516fb44c34b79797fdc953493cf844f1ab84d226582e9d61c383f4a743fd93853d71e362fb9dfc8dc6529808 SHA512 (mio-0.8.10.crate) = 680371f7da07824fcdc1e8c10a6771a71b97308c47bb5b295e0338fbcb56e211dfd91e1b400a080984c57055f08db24ca675c167f298a3dd4842a185bde62fb2

Loading…
Cancel
Save