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.
rust-fastrand1/SOURCES/fastrand-fix-metadata-auto....

20 lines
710 B

--- fastrand-1.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fastrand-1.9.0/Cargo.toml 2023-07-03T15:59:53.496218+00:00
@@ -38,16 +38,3 @@
[dev-dependencies.wyhash]
version = "0.5"
-[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dependencies.instant]
-version = "0.1"
-
-[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dev-dependencies.getrandom]
-version = "0.2"
-features = ["js"]
-
-[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dev-dependencies.instant]
-version = "0.1"
-features = ["wasm-bindgen"]
-
-[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))".dev-dependencies.wasm-bindgen-test]
-version = "0.3"