From 6488f350865885c0ad7288e3f37150a450e5f977 Mon Sep 17 00:00:00 2001 From: "S. Santos" Date: Tue, 20 Aug 2024 11:50:11 -0300 Subject: [PATCH] Set getrandom version --- wasm/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 79ac9a21..806d0933 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -46,4 +46,5 @@ wasm-bindgen-test = "0.3.34" opt-level = "s" [dependencies.getrandom] +version = "0.2.10" features = ["js"]