update to version 0.3.8

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/futures-io-0.3.5.crate
/futures-io-0.3.6.crate
/futures-io-0.3.7.crate
/futures-io-0.3.8.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate futures-io
Name: rust-%{crate}
Version: 0.3.7
Version: 0.3.8
Release: 1%{?dist}
Summary: AsyncRead, AsyncWrite, AsyncSeek, and AsyncBufRead traits
@ -107,6 +107,10 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Mon Nov 09 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.8-1
- Update to version 0.3.8.
- Fixes RHBZ#1896109
* Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.7-1
- Update to version 0.3.7.

@ -1 +1 @@
SHA512 (futures-io-0.3.7.crate) = d4776a2f8a3c4dfdcf6ed8b325d5ae7e271854ec3cffc5982b1a1246e58a3bcf441cbf021242279247438ff64ab0b373a1dcfe8599609eafd75552776f2e7d41
SHA512 (futures-io-0.3.8.crate) = 8bdfc84bda8f1090b5950c1d2b96ca063fd2de33a4a2bfab3c6296ecc45057f5b1c7ec22d0916b0548a5a210079df14f01f5be7a30ea9fcf82ae309deec795e0

Loading…
Cancel
Save