update to version 0.3.9

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

1
.gitignore vendored

@ -7,3 +7,4 @@
/futures-util-0.3.6.crate
/futures-util-0.3.7.crate
/futures-util-0.3.8.crate
/futures-util-0.3.9.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 15
# * Tests do not work out-of-tree
# Generated by rust2rpm 16
# dependency loop with futures
%bcond_with check
%global debug_package %{nil}
%global crate futures-util
Name: rust-%{crate}
Version: 0.3.8
Version: 0.3.9
Release: 1%{?dist}
Summary: Common utilities and extension traits for the futures-rs library
@ -359,6 +359,9 @@ which use "write-all-vectored" 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#1896110

@ -1 +1 @@
SHA512 (futures-util-0.3.8.crate) = 33f72ec2a75962945686f17437d6e3458444bc876053aca9f4b94117a5a0dc84c36fa70aae1cceb6a4fe63f4b98c7945c793a64d04668db51efd98f034864eec
SHA512 (futures-util-0.3.9.crate) = 89b464438bdea0f5bb3c3af49ca1a60f96597057de0534f56bd79725230bf3e8772a0839469bf7f8a7eae4355481cfc6f80613d5135586ecd422ea28c5400ed0

Loading…
Cancel
Save