Update to version 0.5.14; Fixes RHBZ#2332480

epel10 imports/epel10/rust-crossbeam-channel-0.5.14-1.el10
Fabio Valentini 1 month ago
parent fb76fda058
commit 630a41ff35
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -21,3 +21,4 @@
/crossbeam-channel-0.5.11.crate /crossbeam-channel-0.5.11.crate
/crossbeam-channel-0.5.12.crate /crossbeam-channel-0.5.12.crate
/crossbeam-channel-0.5.13.crate /crossbeam-channel-0.5.13.crate
/crossbeam-channel-0.5.14.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate crossbeam-channel %global crate crossbeam-channel
Name: rust-crossbeam-channel Name: rust-crossbeam-channel
Version: 0.5.13 Version: 0.5.14
Release: %autorelease Release: %autorelease
Summary: Multi-producer multi-consumer channels for message passing Summary: Multi-producer multi-consumer channels for message passing
@ -78,7 +78,10 @@ use the "std" feature of the "%{crate}" crate.
%check %check
# * skip unreliable tests: # * skip unreliable tests:
# https://github.com/crossbeam-rs/crossbeam/pull/474#issuecomment-589250957 # https://github.com/crossbeam-rs/crossbeam/pull/474#issuecomment-589250957
%cargo_test -- -- --exact --skip fairness2 --skip select2::main %{cargo_test -- -- --exact %{shrink:
--skip fairness2
--skip select2::main
}}
%endif %endif
%changelog %changelog

@ -1 +1 @@
SHA512 (crossbeam-channel-0.5.13.crate) = 0f31223a7099f84e39e6b76b19cf26736e0c3907fffc2ed3eb0012c7984b1993570bf6d155eba5bfb82897ef0e4fc93b89096071410bbac256ca6be9a9568ff8 SHA512 (crossbeam-channel-0.5.14.crate) = ab3448f7adeccab3c1d988746c3db1fc1e8854a53f7b5cad63fb7874e5b6f5663d34541d4c5383472db56a7c8b272fddfc78ea2ac1792a18d6c8230dfbabad45

Loading…
Cancel
Save