Update to version 0.5.12; Fixes RHBZ#2266635

epel10
Fabio Valentini 11 months ago
parent e35e0beb87
commit 9f84fdabb6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/crossbeam-channel-0.5.8.crate
/crossbeam-channel-0.5.10.crate
/crossbeam-channel-0.5.11.crate
/crossbeam-channel-0.5.12.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate crossbeam-channel
Name: rust-crossbeam-channel
Version: 0.5.11
Version: 0.5.12
Release: %autorelease
Summary: Multi-producer multi-consumer channels for message passing

@ -1 +1 @@
SHA512 (crossbeam-channel-0.5.11.crate) = 1d37bae1c946d402c1fce37f22a82037d68896770757aa91d209387f947d39c514df52e0ce94317141513784511ac626482f16099cc3b62ca28a52f387b69c71
SHA512 (crossbeam-channel-0.5.12.crate) = e17b0e41901b2b41e89913a0a50cd1eaacbf64cd07f454605a85781b8b1373c35bedd16ccf6b24029404a3171e0d670fc2b1474a6448d0feb40ba0e41f99019c

Loading…
Cancel
Save