update to version 0.3.8

epel9
Fabio Valentini 4 years ago
parent acc48f795f
commit 8f4a34192d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,4 +1,4 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
# * Tests do not work out-of-tree
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate futures-util
Name: rust-%{crate}
Version: 0.3.7
Version: 0.3.8
Release: 1%{?dist}
Summary: Common utilities and extension traits for the futures-rs library
@ -359,6 +359,10 @@ which use "write-all-vectored" 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#1896110
* Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.7-1
- Update to version 0.3.7.

@ -1 +1 @@
SHA512 (futures-util-0.3.7.crate) = b84a540865c0789710021933ca7628a35b0494acc81d550b8c0c26d6ba9dbd0c775765114e429a265300786ce70724be1acdc9730f77b069595238bda15fecf5
SHA512 (futures-util-0.3.8.crate) = 33f72ec2a75962945686f17437d6e3458444bc876053aca9f4b94117a5a0dc84c36fa70aae1cceb6a4fe63f4b98c7945c793a64d04668db51efd98f034864eec

Loading…
Cancel
Save