update to version 0.3.9

epel9
Fabio Valentini 4 years ago
parent 233666842a
commit 66e0003dd6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate futures-macro
Name: rust-%{crate}
Version: 0.3.8
Version: 0.3.9
Release: 1%{?dist}
Summary: Futures-rs procedural macro implementations
@ -70,6 +70,9 @@ which use "default" 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#1896112

@ -1 +1 @@
SHA512 (futures-macro-0.3.8.crate) = b6d8c858905e41c778d32baa1e07334a65ae3c8fdc5d98fae1977f8a1c926fa242fafec6d26be834619f402b46c566602ab168c1289291493945fafa7e1476db
SHA512 (futures-macro-0.3.9.crate) = cab6c43157840d5e381958572eb47f2e531943ccb8fe314499c1d179b2e2630e5ce8145f3f707950188e219c339f84f8aeadfcb90cb8ce5b08db0bc6f9768429

Loading…
Cancel
Save