update to version 0.7.7

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

1
.gitignore vendored

@ -11,3 +11,4 @@
/mio-0.7.2.crate
/mio-0.7.5.crate
/mio-0.7.6.crate
/mio-0.7.7.crate

@ -1,6 +1,6 @@
--- mio-0.7.6/Cargo.toml 2020-11-16T14:39:19+00:00
+++ mio-0.7.6/Cargo.toml 2020-11-19T22:50:15.626960+00:00
@@ -60,12 +60,3 @@
--- mio-0.7.7/Cargo.toml 1970-01-01T00:00:00+00:00
+++ mio-0.7.7/Cargo.toml 2020-12-31T10:33:54.553146+00:00
@@ -61,12 +61,3 @@
uds = ["net"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.69"

@ -5,7 +5,7 @@
%global crate mio
Name: rust-%{crate}
Version: 0.7.6
Version: 0.7.7
Release: 1%{?dist}
Summary: Lightweight non-blocking IO
@ -183,6 +183,10 @@ export RUST_BACKTRACE=1
%endif
%changelog
* Thu Dec 31 2020 Fabio Valentini <decathorpe@gmail.com> - 0.7.7-1
- Update to version 0.7.7.
- Fixes RHBZ#1911692
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.7.6-1
- Update to version 0.7.6.
- Fixes RHBZ#1898162

@ -1 +1 @@
SHA512 (mio-0.7.6.crate) = d9faeba10f574775c949160fed0421b8ed7fb57d7fda7f9f9879ea609630b654e1a7de8801d8088bbb2cff659968584a3669612feb758f673cfe0a8a93616ca6
SHA512 (mio-0.7.7.crate) = 5d345e5e39bd43227821220e1cd82351dccea94bcb02dd5e17648450299fd560c9a4bfc2cb032d88f61e18978749b8c321c392889c0348962d9226faf9e70b07

Loading…
Cancel
Save