update to version 0.3.6

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

1
.gitignore vendored

@ -4,3 +4,4 @@
/futures-executor-0.3.3.crate
/futures-executor-0.3.4.crate
/futures-executor-0.3.5.crate
/futures-executor-0.3.6.crate

@ -7,8 +7,8 @@
%global crate futures-executor
Name: rust-%{crate}
Version: 0.3.5
Release: 2%{?dist}
Version: 0.3.6
Release: 1%{?dist}
Summary: Executors for asynchronous tasks based on the futures-rs library
# Upstream license specification: MIT OR Apache-2.0
@ -108,6 +108,9 @@ which use "thread-pool" feature of "%{crate}" crate.
%endif
%changelog
* Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.6-1
- Update to version 0.3.6.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (futures-executor-0.3.5.crate) = 8877f1f01f0f81558d0d2ffd40a5eaae9df1f7d710ba11bacdd4a2d9e1e90fb1efa7758f8675545e72850e53bc5a1fd226e6614fdf23a84fcfd388c4fd9e789b
SHA512 (futures-executor-0.3.6.crate) = 7ff1074d50ca4bacd36b5309a3185c28355443b9c658487e8d9c788e9b09018c382a4825ca71dcba8db0617e27b4d475b84032fac4e1dac8bd391f0d5590679c

Loading…
Cancel
Save