update to version 0.3.14

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

1
.gitignore vendored

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

@ -1,4 +1,4 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
# dependency loop with futures
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate futures-executor
Name: rust-%{crate}
Version: 0.3.13
Version: 0.3.14
Release: 1%{?dist}
Summary: Executors for asynchronous tasks based on the futures-rs library
@ -107,6 +107,9 @@ which use "thread-pool" 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-executor-0.3.13.crate) = 4e8a31ad24c791a627ba9d328ff002ac520c88f28a266145166def5dbb6ee852b4d65e9394d51ee8b0409f9e1b616a15e320a43c05223357004c82e092676cf5
SHA512 (futures-executor-0.3.14.crate) = 15f3d71a699b6d900bc3ac4c0ea13997877f88f9ae3c17b15039a4adf1a8724dc238e18eb1673137977fd81a32d7611669de7ab12118472cb92697043e098523

Loading…
Cancel
Save