From 41096433e74698b05838881d60aac854e4f56fb1 Mon Sep 17 00:00:00 2001 From: "Heinz N. Gies" Date: Sat, 12 Jul 2025 22:40:13 +0200 Subject: [PATCH] Remove wasm/getramdom Signed-off-by: Heinz N. Gies --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 82ecfd88..f5859545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,6 @@ readme = "README.md" documentation = "https://docs.rs/simd-json" rust-version = "1.88" -[target.'cfg(target_family = "wasm")'.dependencies] -getrandom = { version = "0.3", features = ["wasm_js"] } - [dependencies] simdutf8 = { version = "0.1.4", features = ["public_imp", "aarch64_neon"] }