Update to version 0.3.25; Fixes RHBZ#2136355

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

1
.gitignore vendored

@ -20,3 +20,4 @@
/futures-core-0.3.21.crate
/futures-core-0.3.23.crate
/futures-core-0.3.24.crate
/futures-core-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-core
Name: rust-futures-core
Version: 0.3.24
Version: 0.3.25
Release: %autorelease
Summary: Core traits and types in for the futures library
@ -14,8 +14,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/futures-core
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (futures-core-0.3.24.crate) = d39b19f0c2109d7937d8dd7f6ee45144ca3662746189a5856e0f9a29bb255bc915214c008e97475046703fa90ea28343984575fba394a93dd782b95f09963e67
SHA512 (futures-core-0.3.25.crate) = 3b3c758c493255024df26a763023a5d403fcf1a9fd105b08c518bdd5891ada4fddfcbfc8cde6101157a209ab6d1555831bfeb49372b17e902b4fdd8a83cded4b

Loading…
Cancel
Save