update to version 0.3.14

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

1
.gitignore vendored

@ -15,3 +15,4 @@
/futures-0.3.10.crate
/futures-0.3.12.crate
/futures-0.3.13.crate
/futures-0.3.14.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
# * tests depend on futures-test (not packaged yet)
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate futures
Name: rust-%{crate}
Version: 0.3.13
Version: 0.3.14
Release: 1%{?dist}
Summary: Implementation of futures and streams
@ -228,6 +228,9 @@ which use "write-all-vectored" feature of "%{crate}" crate.
%endif
%changelog
* Thu Apr 22 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.14-1
- Update to version 0.3.14.
* Tue Feb 23 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.13-1
- Update to version 0.3.13.

@ -1 +1 @@
SHA512 (futures-0.3.13.crate) = 51a576148bf707e8b0b0848ff0999ca52c694cff80752b7fbd1b685bec725de17c406f026bb804acca065c21d5707d0968650aecce92dbc6daac53fd798403d4
SHA512 (futures-0.3.14.crate) = a5a93ec0bfc62409299816022e93850bf110ff8038b2d09bc0ed533fd7057e002b32b0aa141852d961e218190d1e1a0dc7d483d75882203966a0b89469932e2c

Loading…
Cancel
Save