update to version 0.3.9

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

1
.gitignore vendored

@ -7,3 +7,4 @@
/futures-executor-0.3.6.crate
/futures-executor-0.3.7.crate
/futures-executor-0.3.8.crate
/futures-executor-0.3.9.crate

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

@ -1 +1 @@
SHA512 (futures-executor-0.3.8.crate) = a932c87970fbb08a6a64bed303e4c3661b837002652b891e85aa8486553383c4f0e538a170fb4b4d4d781cd26d6ca5368fe26f882ed898cc70084de08c9df4e5
SHA512 (futures-executor-0.3.9.crate) = 6eaf900a5d4c6f1b141cef6b068f7df051e44ee9d407dcf9828932d3b8e947531db8056f36a0c207232cc6811c330a0fcc4420b6bbaa8343db0bfcb24c265d8f

Loading…
Cancel
Save