update to version 0.3.13

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

1
.gitignore vendored

@ -10,3 +10,4 @@
/futures-executor-0.3.9.crate
/futures-executor-0.3.10.crate
/futures-executor-0.3.12.crate
/futures-executor-0.3.13.crate

@ -6,8 +6,8 @@
%global crate futures-executor
Name: rust-%{crate}
Version: 0.3.12
Release: 2%{?dist}
Version: 0.3.13
Release: 1%{?dist}
Summary: Executors for asynchronous tasks based on the futures-rs library
# Upstream license specification: MIT OR Apache-2.0
@ -107,6 +107,9 @@ which use "thread-pool" feature of "%{crate}" crate.
%endif
%changelog
* Tue Feb 23 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.13-1
- Update to version 0.3.13.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (futures-executor-0.3.12.crate) = d2385270d9754fe96c90ded14223f39e0fb5480f356760c6f252aa444f3718e93b111de7dd43e5505665b2b8825c4709f0efb04b3ded6f09af7345561ccbcf08
SHA512 (futures-executor-0.3.13.crate) = 4e8a31ad24c791a627ba9d328ff002ac520c88f28a266145166def5dbb6ee852b4d65e9394d51ee8b0409f9e1b616a15e320a43c05223357004c82e092676cf5

Loading…
Cancel
Save