update to version 0.3.9

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

1
.gitignore vendored

@ -11,3 +11,4 @@
/futures-0.3.6.crate
/futures-0.3.7.crate
/futures-0.3.8.crate
/futures-0.3.9.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 15
# * Tests are possible to run only in-tree
# Generated by rust2rpm 16
# * tests depend on futures-test (not packaged yet)
%bcond_with check
%global debug_package %{nil}
%global crate futures
Name: rust-%{crate}
Version: 0.3.8
Version: 0.3.9
Release: 1%{?dist}
Summary: Implementation of futures and streams
@ -228,7 +228,10 @@ which use "write-all-vectored" feature of "%{crate}" crate.
%endif
%changelog
* Mon Nov 9 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.8-1
* Fri Jan 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.9-1
- Update to version 0.3.9.
* Mon Nov 09 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.8-1
- Update to version 0.3.8.
- Fixes RHBZ#1896105

@ -1 +1 @@
SHA512 (futures-0.3.8.crate) = db9d54c2a8973ab92e2ce985269b7e6e7be7d850dd9505ab3504026319e9b7612e76c06aa3962268ca1aba54724bf9d4aa18171b9290e77499d3d30afa2589d3
SHA512 (futures-0.3.9.crate) = ba0cfdfd17c9aa8f5880675053493cb6983dd702014118a82fbbc1a79bcda77095fbd5fa44ac785d498493d5f89306b5dfab4c6f865104a1cf3f4cda1bfaa0d3

Loading…
Cancel
Save