update to version 0.3.8

epel9
Fabio Valentini 4 years ago
parent 7cff752c69
commit ad340259b5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,4 +1,4 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 15
# dependency loop with futures # dependency loop with futures
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate futures-core %global crate futures-core
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.7 Version: 0.3.8
Release: 1%{?dist} Release: 1%{?dist}
Summary: Core traits and types in for the `futures` library Summary: Core traits and types in for the `futures` library
@ -119,6 +119,10 @@ which use "unstable" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Nov 9 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.8-1
- Update to version 0.3.8.
- Fixes RHBZ#1896107
* Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.7-1 * Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.7-1
- Update to version 0.3.7. - Update to version 0.3.7.

@ -1 +1 @@
SHA512 (futures-core-0.3.7.crate) = bb3f7fd23022ffe6a5a2d288be4930c902118978881e9696f964fd0be7b946cc44420176cb514708bcc653293c437362baf62d687f1767d0f40fc0aafe7b3bca SHA512 (futures-core-0.3.8.crate) = dc6cadd0cc3bd179259d7d686f7f5ce1bc66ea42b9c1c5537f766c68cc61e08f5c4f7bf8ba1c3a54223e5cb35708f57f2d802d4d64c510b45258abfc740dc48c

Loading…
Cancel
Save