Update to version 0.3.18; Fixes RHBZ#2025772

epel9
Fabio Valentini 3 years ago
parent e0145fdf2e
commit eda7e00ea0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/futures-channel-0.3.15.crate
/futures-channel-0.3.16.crate
/futures-channel-0.3.17.crate
/futures-channel-0.3.18.crate

@ -6,7 +6,7 @@
%global crate futures-channel
Name: rust-%{crate}
Version: 0.3.17
Version: 0.3.18
Release: %autorelease
Summary: Channels for asynchronous communication using futures-rs
@ -37,7 +37,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (futures-channel-0.3.17.crate) = 884fed34839c9f73551a90fdbcdc542f88623c0d74d506febd6fb0308429e0d7df879f378b6d0bc818ce8c948da495a9dc210ca55331f4760273d51f627cc416
SHA512 (futures-channel-0.3.18.crate) = d9dbe1bd543c46acd6d51a43e3ef45df3fe79bb0eef24e0179423dbda582d68936948b5bb2ca48b6d169fd4906ec7922cded10f1e987095514ba28c4fdb5d6d7

Loading…
Cancel
Save