update to version 0.3.6

epel9
Fabio Valentini 4 years ago
parent 57bbabb1b3
commit 20e4c8e805
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/futures-io-0.3.3.crate
/futures-io-0.3.4.crate
/futures-io-0.3.5.crate
/futures-io-0.3.6.crate

@ -5,9 +5,9 @@
%global crate futures-io
Name: rust-%{crate}
Version: 0.3.5
Release: 2%{?dist}
Summary: `AsyncRead` and `AsyncWrite` traits for the futures-rs library
Version: 0.3.6
Release: 1%{?dist}
Summary: AsyncRead, AsyncWrite, AsyncSeek, and AsyncBufRead traits
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
@ -107,6 +107,9 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.6-1
- Update to version 0.3.6.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (futures-io-0.3.5.crate) = 9573140f9ccee3e58d181d557f09314e13cc16814df06d6d99c2d95733512a2f046cbe3aee5654a9e461e4d76b2ca61f3d1d6b9040a06cbd12efd3754d3b774f
SHA512 (futures-io-0.3.6.crate) = ae2940fb1ceb421d4b9b191d60eb5ab3c896390aa956fdf61e5c0b85e02436c07ff3685c97569d3050c8e6d3e7aa8cef257f838e503276b316f741e9b257ede8

Loading…
Cancel
Save