You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- fastrand-2.0.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ fastrand-2.0.0/Cargo.toml 2023-07-03T15:55:29.100944+00:00
|
|
|
|
@@ -50,18 +50,6 @@
|
|
|
|
default = ["std"]
|
|
|
|
js = [
|
|
|
|
"std",
|
|
|
|
- "getrandom",
|
|
|
|
]
|
|
|
|
std = ["alloc"]
|
|
|
|
|
|
|
|
-[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]
|
|
|
|
-version = "0.2"
|
|
|
|
-features = ["js"]
|
|
|
|
-
|
|
|
|
-[target."cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))".dev-dependencies.wasm-bindgen-test]
|
|
|
|
-version = "0.3"
|