Update to version 2.1.1; Fixes RHBZ#2307669

epel10
Fabio Valentini 5 months ago
parent 83f0794202
commit a346713a81
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/fastrand-2.0.1.crate
/fastrand-2.0.2.crate
/fastrand-2.1.0.crate
/fastrand-2.1.1.crate

@ -1,6 +1,6 @@
--- fastrand-2.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fastrand-2.1.0/Cargo.toml 2024-05-08T18:12:33.706598+00:00
@@ -50,18 +50,6 @@
--- fastrand-2.1.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fastrand-2.1.1/Cargo.toml 2024-09-17T20:51:51.869303+00:00
@@ -71,18 +71,6 @@
default = ["std"]
js = [
"std",
@ -8,14 +8,14 @@
]
std = ["alloc"]
-[target."cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))".dependencies.getrandom]
-[target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dependencies.getrandom]
-version = "0.2"
-features = ["js"]
-optional = true
-
-[target."cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))".dev-dependencies.getrandom]
-[target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dev-dependencies.getrandom]
-version = "0.2"
-features = ["js"]
-
-[target."cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))".dev-dependencies.wasm-bindgen-test]
-[target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dev-dependencies.wasm-bindgen-test]
-version = "0.3"

@ -1,6 +1,6 @@
--- fastrand-2.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fastrand-2.1.0/Cargo.toml 2024-05-08T18:12:40.827629+00:00
@@ -48,8 +48,5 @@
--- fastrand-2.1.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fastrand-2.1.1/Cargo.toml 2024-09-17T20:52:06.872373+00:00
@@ -69,8 +69,5 @@
[features]
alloc = []
default = ["std"]

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

@ -1 +1 @@
SHA512 (fastrand-2.1.0.crate) = ce776a3d0fbc108017c93ce9bff7c9e7e65590acb149dcd55c2f349d2077ffdf5ac6427753732f60cd7acf141ef6f89359b2e7d9368016be53b24e8703e71104
SHA512 (fastrand-2.1.1.crate) = 9a51185132c1c89fc31af463c664e996f431e607ce96676b8301f28ff11a99661d18025dd460e3332e373af68d20017d96481719746fc3c5de742d08d63aba3e

Loading…
Cancel
Save