update to version 0.3.9

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

1
.gitignore vendored

@ -5,3 +5,4 @@
/futures-task-0.3.6.crate
/futures-task-0.3.7.crate
/futures-task-0.3.8.crate
/futures-task-0.3.9.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
# dependency loop with futures
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate futures-task
Name: rust-%{crate}
Version: 0.3.8
Version: 0.3.9
Release: 1%{?dist}
Summary: Tools for working with tasks
@ -131,6 +131,9 @@ which use "unstable" 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.
* Mon Nov 09 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.8-1
- Update to version 0.3.8.
- Fixes RHBZ#1896111

@ -1 +1 @@
SHA512 (futures-task-0.3.8.crate) = e4ab2e9ad9a535366fcc1b1909d77fa4dc657dfd69d04a184b35f38cf0d9323906205775da663c27edcfc59c8b93c5af0fa6e7461e607305c57b6971970dd75c
SHA512 (futures-task-0.3.9.crate) = dd5e12c6c95a215c96c715dc2cc60311a50e9372c8502839377787060b9b4170fb00172e376a8f7608cde1260efb2594fc153297067d0a96991316c9ac34cc79

Loading…
Cancel
Save