Update to version 1.7.0; Fixes RHBZ#2043827

epel9
Fabio Valentini 3 years ago
parent f7f0d6333f
commit f100e444db
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/fastrand-1.4.0.crate
/fastrand-1.4.1.crate
/fastrand-1.6.0.crate
/fastrand-1.7.0.crate

@ -1,9 +1,9 @@
--- fastrand-1.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fastrand-1.6.0/Cargo.toml 2021-12-21T17:47:29.290570+00:00
@@ -28,15 +28,3 @@
--- fastrand-1.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fastrand-1.7.0/Cargo.toml 2022-01-26T16:48:51.680012+00:00
@@ -29,15 +29,3 @@
[dev-dependencies.wyhash]
version = "0.5.0"
version = "0.5"
-[target."cfg(target_arch = \"wasm32\")".dependencies.instant]
-version = "0.1"
-[target."cfg(target_arch = \"wasm32\")".dev-dependencies.getrandom]

@ -6,7 +6,7 @@
%global crate fastrand
Name: rust-%{crate}
Version: 1.6.0
Version: 1.7.0
Release: %autorelease
Summary: Simple and fast random number generator

@ -1 +1 @@
SHA512 (fastrand-1.6.0.crate) = 85f0c5e01b9e549b6a170561600138caea9604f18eccafcc4c37c2bd70f992e77e852bec20302028ffeee40d85fe8e8dcb812c0d996010a0427fb68a0ed7b029
SHA512 (fastrand-1.7.0.crate) = 6a1a8cd4f6f9bfff07a4ca18ef84839e4427ca9bf9b6733bb15b1b70cf2439820d6a770ae9f3e5e10166a6144449e37e6f3f6ed9acb761688207fd7c53d2c673

Loading…
Cancel
Save