Update to version 1.9.0; Fixes RHBZ#2266513

epel10
Fabio Valentini 11 months ago
parent 696e746df2
commit 8efd56c182
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -17,3 +17,4 @@
/rayon-1.7.0.crate /rayon-1.7.0.crate
/rayon-1.8.0.crate /rayon-1.8.0.crate
/rayon-1.8.1.crate /rayon-1.8.1.crate
/rayon-1.9.0.crate

@ -1,6 +1,6 @@
--- rayon-1.8.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- rayon-1.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rayon-1.8.1/Cargo.toml 2024-01-25T20:08:06.118789+00:00 +++ rayon-1.9.0/Cargo.toml 2024-03-05T14:03:02.218079+00:00
@@ -44,18 +44,9 @@ @@ -44,18 +44,8 @@
[dependencies.rayon-core] [dependencies.rayon-core]
version = "1.12.1" version = "1.12.1"
@ -13,7 +13,7 @@
[dev-dependencies.rand_xorshift] [dev-dependencies.rand_xorshift]
version = "0.3" version = "0.3"
-
-[features] -[features]
-web_spin_lock = [ -web_spin_lock = [
- "dep:wasm_sync", - "dep:wasm_sync",

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rayon %global crate rayon
Name: rust-rayon Name: rust-rayon
Version: 1.8.1 Version: 1.9.0
Release: %autorelease Release: %autorelease
Summary: Simple work-stealing parallelism for Rust Summary: Simple work-stealing parallelism for Rust

@ -1 +1 @@
SHA512 (rayon-1.8.1.crate) = a83304be8334f5aa1c63468ddc749d8e8124c6947f1472320ba0bd4351c9ae582dba31ff369e9efdafdab439571fbf91b497c2370ec15406cfa810f5161cfb32 SHA512 (rayon-1.9.0.crate) = c9763503fb135eefdebebb82d4d19d20e48a182f1125030a7df085ebda4184942d9057598194ab8e8d39b942c83c231834b10a677e89badb6305a2b571fc1abc

Loading…
Cancel
Save