Update to version 2.1.0; Fixes RHBZ#2277562

epel10
Fabio Valentini 10 months ago
parent b7d3ce946e
commit 8d1b362679
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/fastrand-2.0.0.crate /fastrand-2.0.0.crate
/fastrand-2.0.1.crate /fastrand-2.0.1.crate
/fastrand-2.0.2.crate /fastrand-2.0.2.crate
/fastrand-2.1.0.crate

@ -1,5 +1,5 @@
--- fastrand-2.0.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- fastrand-2.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fastrand-2.0.2/Cargo.toml 2024-04-25T12:50:18.235116+00:00 +++ fastrand-2.1.0/Cargo.toml 2024-05-08T18:12:33.706598+00:00
@@ -50,18 +50,6 @@ @@ -50,18 +50,6 @@
default = ["std"] default = ["std"]
js = [ js = [

@ -1,5 +1,5 @@
--- fastrand-2.0.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- fastrand-2.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fastrand-2.0.2/Cargo.toml 2024-04-25T12:50:21.456132+00:00 +++ fastrand-2.1.0/Cargo.toml 2024-05-08T18:12:40.827629+00:00
@@ -48,8 +48,5 @@ @@ -48,8 +48,5 @@
[features] [features]
alloc = [] alloc = []

@ -6,7 +6,7 @@
%global crate fastrand %global crate fastrand
Name: rust-fastrand Name: rust-fastrand
Version: 2.0.2 Version: 2.1.0
Release: %autorelease Release: %autorelease
Summary: Simple and fast random number generator Summary: Simple and fast random number generator

@ -1 +1 @@
SHA512 (fastrand-2.0.2.crate) = 3ef9c21e4928071619adbad6421165ea82feb04c26ee18893b172f9f8a510b9a2097257ae31647a907680412b68d6662eff13cb27649ed9f5e68c374619701cf SHA512 (fastrand-2.1.0.crate) = ce776a3d0fbc108017c93ce9bff7c9e7e65590acb149dcd55c2f349d2077ffdf5ac6427753732f60cd7acf141ef6f89359b2e7d9368016be53b24e8703e71104

Loading…
Cancel
Save