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"]