Update to version 0.3.27; Fixes RHBZ#2177421

epel9
Fabio Valentini 2 years ago
parent 90fc107f68
commit 30add24969
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -22,3 +22,4 @@
/futures-sink-0.3.24.crate /futures-sink-0.3.24.crate
/futures-sink-0.3.25.crate /futures-sink-0.3.25.crate
/futures-sink-0.3.26.crate /futures-sink-0.3.26.crate
/futures-sink-0.3.27.crate

@ -1,3 +0,0 @@
# rust-futures-sink
The rust-futures-sink package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate futures-sink %global crate futures-sink
Name: rust-futures-sink Name: rust-futures-sink
Version: 0.3.26 Version: 0.3.27
Release: %autorelease Release: %autorelease
Summary: Asynchronous Sink trait for the futures-rs library Summary: Asynchronous Sink trait for the futures-rs library
@ -16,7 +16,7 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Asynchronous `Sink` trait for the futures-rs library.} The asynchronous `Sink` trait for the futures-rs library.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (futures-sink-0.3.26.crate) = cf7d926ffd47abedff3b9ef9dc0a1b6e2bea9fbf435a009e48d2d453b8ddbeafd770300f009c379e88550acae1e1dd71a680e459a98be1dc21e439fe7572a0e7 SHA512 (futures-sink-0.3.27.crate) = b376d3609212c80751de17d9e8cfeb062ee211ee5b126b0ab5ccc4615cc2eede352b4f0aa86e6a6f027df40ba617751e3d4374c2400d8bad3104319f7d5fc2ae

Loading…
Cancel
Save