Update to version 1.12.0; Fixes RHBZ#2239946

epel9 imports/e9/rust-rayon-core-1.12.0-1.el9
Fabio Valentini 1 year ago
parent d64c09a287
commit 08064dae7e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/rayon-core-1.10.1.crate /rayon-core-1.10.1.crate
/rayon-core-1.10.2.crate /rayon-core-1.10.2.crate
/rayon-core-1.11.0.crate /rayon-core-1.11.0.crate
/rayon-core-1.12.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 24
# * tests require Rust 1.66+ # * tests require Rust 1.72+
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rayon-core %global crate rayon-core
Name: rust-rayon-core Name: rust-rayon-core
Version: 1.11.0 Version: 1.12.0
Release: %autorelease Release: %autorelease
Summary: Core APIs for Rayon Summary: Core APIs for Rayon

@ -1 +1 @@
SHA512 (rayon-core-1.11.0.crate) = 00ac782f49d688da90e823980e83b5ccd858f93769e2d801061fdef78728cff37d3a9fa4fd47a5cddb058f28f3289de349f8c8fdd94fa2f8c400d73bc4529800 SHA512 (rayon-core-1.12.0.crate) = 588fa479c499e1620e25c5818996f0376d3bf526272af6c50a17ca0ccf0f8f67b03a3a665938575a86a8edc1f101a37ab01133b27f904eb5c291bbfc581135b2

Loading…
Cancel
Save