Update to version 0.5.11; Fixes RHBZ#2257264

epel9 imports/e9/rust-crossbeam-channel-0.5.11-1.el9
Fabio Valentini 1 year ago
parent 6b19905894
commit 1b9f26472e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -18,3 +18,4 @@
/crossbeam-channel-0.5.7.crate
/crossbeam-channel-0.5.8.crate
/crossbeam-channel-0.5.10.crate
/crossbeam-channel-0.5.11.crate

@ -5,7 +5,7 @@
%global crate crossbeam-channel
Name: rust-crossbeam-channel
Version: 0.5.10
Version: 0.5.11
Release: %autorelease
Summary: Multi-producer multi-consumer channels for message passing
@ -78,7 +78,7 @@ use the "std" feature of the "%{crate}" crate.
%check
# * skip unreliable tests:
# https://github.com/crossbeam-rs/crossbeam/pull/474#issuecomment-589250957
%cargo_test -- -- --skip fairness2 --skip select2::main
%cargo_test -- -- --exact --skip fairness2 --skip select2::main
%endif
%changelog

@ -0,0 +1,5 @@
[tests]
skip = ["fairness2", "select2::main"]
skip-exact = true
comments = ["skip unreliable tests: https://github.com/crossbeam-rs/crossbeam/pull/474#issuecomment-589250957"]

@ -1 +1 @@
SHA512 (crossbeam-channel-0.5.10.crate) = afd65fda772f9f225e1b372d27fd90f991097c57ac9b2747a40702e50791c6d702d1342088c99c2243873cbe6126f7c4e8df8f41b00bf4db3dbccfae1ae0063e
SHA512 (crossbeam-channel-0.5.11.crate) = 1d37bae1c946d402c1fce37f22a82037d68896770757aa91d209387f947d39c514df52e0ce94317141513784511ac626482f16099cc3b62ca28a52f387b69c71

Loading…
Cancel
Save