Update to 1.4.0

epel9
Josh Stone 4 years ago
parent 86a612e445
commit 5695b674c9

1
.gitignore vendored

@ -8,3 +8,4 @@
/rayon-1.2.1.crate
/rayon-1.3.0.crate
/rayon-1.3.1.crate
/rayon-1.4.0.crate

@ -7,8 +7,8 @@
%global crate rayon
Name: rust-%{crate}
Version: 1.3.1
Release: 2%{?dist}
Version: 1.4.0
Release: 1%{?dist}
Summary: Simple work-stealing parallelism for Rust
# Upstream license specification: Apache-2.0/MIT
@ -73,6 +73,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 1.4.0-1
- Update to 1.4.0
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (rayon-1.3.1.crate) = fa1779955629e7d6422a5eb7069cc433aad2ef4ebc7b33e8ddc35fddbbdf79292e6994e8ca48a9e0ee8f053fa13809b9d42e53126f2df1d055ca180320cffc1c
SHA512 (rayon-1.4.0.crate) = 7e5cc5f5f13ad22299428c1dde0addf9ea071e09bea85ea8d594e7e6ec80ab800d411946a1cb1a41f121d4b76b00f38411297a4a3b825cd9ab5304b8f47b5552

Loading…
Cancel
Save