update to version 0.3.9

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

1
.gitignore vendored

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

@ -1,13 +1,13 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate futures-sink
Name: rust-%{crate}
Version: 0.3.8
Version: 0.3.9
Release: 1%{?dist}
Summary: Asynchronous `Sink` trait for the futures-rs library
Summary: Asynchronous Sink trait for the futures-rs library
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
@ -94,7 +94,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Mon Nov 9 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.8-1
* 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#1896108

@ -1 +1 @@
SHA512 (futures-sink-0.3.8.crate) = cf7e5f1bcd510eb13971cc6d33e02ed2762b30807b2127e3fd627f79655faf518c296eeb4ca225f2011fdf65bb61af1ea2f3860cf3e62d8b4dd82b19253f916f
SHA512 (futures-sink-0.3.9.crate) = 0331916393a105b10f02292ebc5f83d4d99cfbf5e72d80eee7a99d4e41fbeb47f9796b7b272fda76cd625b87dda603ea4022660c3503e492ba0376b4544619be

Loading…
Cancel
Save