Update to version 1.10.0; Fixes RHBZ#2271258

epel10
Fabio Valentini 10 months ago
parent 88e7ea3436
commit 0bcda133e9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -18,3 +18,4 @@
/rayon-1.8.0.crate
/rayon-1.8.1.crate
/rayon-1.9.0.crate
/rayon-1.10.0.crate

@ -1,5 +1,5 @@
--- rayon-1.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rayon-1.9.0/Cargo.toml 2024-03-05T20:55:47.624022+00:00
--- rayon-1.10.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rayon-1.10.0/Cargo.toml 2024-04-13T07:23:36.241647+00:00
@@ -44,18 +44,8 @@
[dependencies.rayon-core]
version = "1.12.1"

@ -5,7 +5,7 @@
%global crate rayon
Name: rust-rayon
Version: 1.9.0
Version: 1.10.0
Release: %autorelease
Summary: Simple work-stealing parallelism for Rust

@ -1 +1 @@
SHA512 (rayon-1.9.0.crate) = c9763503fb135eefdebebb82d4d19d20e48a182f1125030a7df085ebda4184942d9057598194ab8e8d39b942c83c231834b10a677e89badb6305a2b571fc1abc
SHA512 (rayon-1.10.0.crate) = 3f628c58f3af3cbd1f245ca1be9c8393eff41112891fc4e676a2b9e26b6cba7cb80d7b6ce46e75bbb65e42fc00c5c0bb6b6a4b59092882f03febeb31f9cca5d3

Loading…
Cancel
Save