update to version 0.3.8

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

1
.gitignore vendored

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

@ -1,4 +1,4 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
# 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.7
Version: 0.3.8
Release: 1%{?dist}
Summary: Tools for working with tasks
@ -131,6 +131,10 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Mon Nov 09 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.8-1
- Update to version 0.3.8.
- Fixes RHBZ#1896111
* Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.7-1
- Update to version 0.3.7.

@ -1 +1 @@
SHA512 (futures-task-0.3.7.crate) = 80caaf5977134436b6019edb97fd9decc55961a85cdca3e63433a12f47be8d5960e8e1660e716772040aa5418d944ffa42e2502f23a9cb124c761d4684d328ef
SHA512 (futures-task-0.3.8.crate) = e4ab2e9ad9a535366fcc1b1909d77fa4dc657dfd69d04a184b35f38cf0d9323906205775da663c27edcfc59c8b93c5af0fa6e7461e607305c57b6971970dd75c

Loading…
Cancel
Save