Update to 0.6.22

epel9
Josh Stone 5 years ago
parent 0f8cc75f15
commit db66d8b90d

1
.gitignore vendored

@ -6,3 +6,4 @@
/mio-0.6.19.crate /mio-0.6.19.crate
/mio-0.6.20.crate /mio-0.6.20.crate
/mio-0.6.21.crate /mio-0.6.21.crate
/mio-0.6.22.crate

@ -1,5 +1,5 @@
--- mio-0.6.21/Cargo.toml 1970-01-01T00:00:00+00:00 --- mio-0.6.22/Cargo.toml 2020-05-01T19:28:07+00:00
+++ mio-0.6.21/Cargo.toml 2020-04-30T04:51:39.732913+00:00 +++ mio-0.6.22/Cargo.toml 2020-05-05T01:08:25.881476+00:00
@@ -54,18 +54,5 @@ @@ -54,18 +54,5 @@
[features] [features]
default = ["with-deprecated"] default = ["with-deprecated"]
@ -10,7 +10,7 @@
-[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-zircon-sys] -[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-zircon-sys]
-version = "0.3.2" -version = "0.3.2"
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2.42" version = "0.2.54"
-[target."cfg(windows)".dependencies.kernel32-sys] -[target."cfg(windows)".dependencies.kernel32-sys]
-version = "0.2" -version = "0.2"
- -

@ -5,8 +5,8 @@
%global crate mio %global crate mio
Name: rust-%{crate}0.6 Name: rust-%{crate}0.6
Version: 0.6.21 Version: 0.6.22
Release: 2%{?dist} Release: 1%{?dist}
Summary: Lightweight non-blocking IO Summary: Lightweight non-blocking IO
# Upstream license specification: MIT # Upstream license specification: MIT
@ -87,6 +87,9 @@ which use "with-deprecated" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue May 05 2020 Josh Stone <cuviper@gmail.com> - 0.6.22-1
- Update to 0.6.22
* Thu Apr 30 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.6.21-2 * Thu Apr 30 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.6.21-2
- Regenerate - Regenerate

@ -1 +1 @@
SHA512 (mio-0.6.21.crate) = 2bc68f6ff424d3ae2ef67a6a1a708b4c42b05f616cad1b0061dce3157c6a46d0666173e65c6f8b7960051e21b526ab5acbdc835833b5496fda280719ad139c77 SHA512 (mio-0.6.22.crate) = b500b0271779942512c1d02756ee4caf4e00488f6929a06a7be8a46cc44318edaeb80abfaf6367d7201978a3529a6b5424679e07b719ee8194f0dc37aaf56ca5

Loading…
Cancel
Save