Update to version 0.3.25; Fixes RHBZ#2136362

epel9
Fabio Valentini 2 years ago
parent 12233ba40c
commit 7c3235582b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

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

@ -1 +1 @@
SHA512 (futures-util-0.3.24.crate) = 30cfa53bc58101948ca6e828839186575cd8b092a629bf59a7e4df205309f82d0cd4ec70340f5e98c76fecf604934e553562f7c79ef382ac8451c640bd95c5be
SHA512 (futures-util-0.3.25.crate) = 3e233a3093f3889af6bb5adf661c1cc32f821b00975bea05eee14c2b38e25974b65c10234eb060c52dea4c665ebd09895df666f8583559b7f7d7636070ea51a8

Loading…
Cancel
Save