update to version 0.3.8

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/futures-executor-0.3.5.crate
/futures-executor-0.3.6.crate
/futures-executor-0.3.7.crate
/futures-executor-0.3.8.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
# * Tests do not work out of the tree
# https://github.com/rust-lang-nursery/futures-rs/issues/1020
%bcond_with check
@ -7,7 +7,7 @@
%global crate futures-executor
Name: rust-%{crate}
Version: 0.3.7
Version: 0.3.8
Release: 1%{?dist}
Summary: Executors for asynchronous tasks based on the futures-rs library
@ -108,6 +108,10 @@ which use "thread-pool" feature of "%{crate}" crate.
%endif
%changelog
* Tue Nov 10 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.8-1
- Update to version 0.3.8.
- Fixes RHBZ#1896106
* Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.7-1
- Update to version 0.3.7.

@ -1 +1 @@
SHA512 (futures-executor-0.3.7.crate) = 9a2ea05fd9f5509c4d483c40dd9aeffae190b1249f1c6d22a3b69383ac59398e72cc5c5ef0bc5728c7a4aa4d3d41eff1ab35d9836014a384a77b3d4c01de4040
SHA512 (futures-executor-0.3.8.crate) = a932c87970fbb08a6a64bed303e4c3661b837002652b891e85aa8486553383c4f0e538a170fb4b4d4d781cd26d6ca5368fe26f882ed898cc70084de08c9df4e5

Loading…
Cancel
Save