Update to version 0.5.7; Fixes RHBZ#2173987

epel10
Fabio Valentini 2 years ago
parent 79cad99608
commit 156a588b82
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/crossbeam-channel-0.5.4.crate
/crossbeam-channel-0.5.5.crate
/crossbeam-channel-0.5.6.crate
/crossbeam-channel-0.5.7.crate

@ -1,3 +0,0 @@
# rust-crossbeam-channel
The rust-crossbeam-channel package

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate crossbeam-channel
Name: rust-crossbeam-channel
Version: 0.5.6
Version: 0.5.7
Release: %autorelease
Summary: Multi-producer multi-consumer channels for message passing
@ -13,8 +13,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/crossbeam-channel
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (crossbeam-channel-0.5.6.crate) = de6a42ffede95750a13e3b9af6ab26cbc498125860cd8e4d227c7361bd831e558254a48bdef5cf901585a915003071b0efa321f2011f282218c364780f62f44a
SHA512 (crossbeam-channel-0.5.7.crate) = 70d605a224db1a4e2217280cd2269a954781bb21a0dc5b0b08a5a83794daf1c941181f271c6a8347f72321ca2119dc562ee016fdc18104d5d3327a82b412e9fc

Loading…
Cancel
Save