Update to version 0.3.25; Fixes RHBZ#2136354

epel9
Fabio Valentini 2 years ago
parent 8abcb63511
commit 6a616b3a62
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -20,3 +20,4 @@
/futures-channel-0.3.21.crate /futures-channel-0.3.21.crate
/futures-channel-0.3.23.crate /futures-channel-0.3.23.crate
/futures-channel-0.3.24.crate /futures-channel-0.3.24.crate
/futures-channel-0.3.25.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 23
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate futures-channel %global crate futures-channel
Name: rust-futures-channel Name: rust-futures-channel
Version: 0.3.24 Version: 0.3.25
Release: %autorelease Release: %autorelease
Summary: Channels for asynchronous communication using futures-rs Summary: Channels for asynchronous communication using futures-rs
@ -14,8 +14,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/futures-channel URL: https://crates.io/crates/futures-channel
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (futures-channel-0.3.24.crate) = 2145a54fa7b89763c7c6352818b3e3b581190e131a3d3e7bf7b745a8e04ae6ecd9f5f1cc78ee65f7aabf1f786a25cae6b37d358cbbef34c494c34e217b84d7ac SHA512 (futures-channel-0.3.25.crate) = 1275e91c90a060a01922747d160435c04bba4686990912e5ba0a4fbbd91ebdbf4f5abbf3530e5f842445f7482e60afdcdbd836586b42f0277e5fdb1a2fcb7239

Loading…
Cancel
Save