Skip to content

Commit 0910435

Browse files
committed
feature
1 parent 9c69135 commit 0910435

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/wasm/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ serde_json = "1"
2424
tracing = { version = "0.1.37" }
2525
wasm-bindgen = { version = "0.2", features = ["enable-interning"] }
2626
wasm-bindgen-futures = "0.4.8"
27-
getrandom = { version = "0.2.9", default-features = false, features = ["js"] }
27+
getrandom_2 = { version = "0.2.9", default-features = false, features = ["js"], package = "getrandom" }
28+
getrandom_3 = { version = "0.3.3", default-features = false, features = ["wasm_js"], package = "getrandom" }
2829
js-sys = "0.3.59"
2930
serde-wasm-bindgen = "0.4.3"
3031

0 commit comments

Comments
 (0)