update to version 0.7.2

epel9
Fabio Valentini 4 years ago
parent 6f6e00858d
commit f1157bd8ec
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/mio-0.6.21.crate
/mio-0.7.0.crate
/mio-0.7.1.crate
/mio-0.7.2.crate

@ -1,6 +1,6 @@
--- mio-0.7.1/Cargo.toml 2020-09-29T17:56:12+00:00
+++ mio-0.7.1/Cargo.toml 2020-10-01T10:15:41.356114+00:00
@@ -57,12 +57,3 @@
--- mio-0.7.2/Cargo.toml 2020-10-02T08:07:03+00:00
+++ mio-0.7.2/Cargo.toml 2020-10-07T11:43:21.105328+00:00
@@ -60,12 +60,3 @@
uds = []
[target."cfg(unix)".dependencies.libc]
version = "0.2.69"

@ -5,7 +5,7 @@
%global crate mio
Name: rust-%{crate}
Version: 0.7.1
Version: 0.7.2
Release: 1%{?dist}
Summary: Lightweight non-blocking IO
@ -147,6 +147,9 @@ export RUST_BACKTRACE=1
%endif
%changelog
* Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.7.2-1
- Update to version 0.7.2.
* Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.7.1-1
- Update to version 0.7.1.

@ -1 +1 @@
SHA512 (mio-0.7.1.crate) = 4f7e8d726c750ce821aa56934dc8ce3e39d08166ab211f8ea978938dd6109d181f4f07ac0d8c614e60c78b547ae1e21de3d3cb67aaf2e735f323ad537c62cfcd
SHA512 (mio-0.7.2.crate) = d15cc71fbb23bbe2f6eac08589619ed7ff5892dde8df2d2f808fffacfd452e9c114dc5556e18216c8cab8bae23d38fb54f544508c485105fb472c201a429b496

Loading…
Cancel
Save