Skip to content

Commit 9948df4

Browse files
committed
Adding missing dependency to allow wasm support for rand
1 parent e0a6a9a commit 9948df4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

rust/Cargo.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ num-bigint = "0.4.0"
3030
# feature or this one
3131
clear_on_drop = { version = "0.2", features = ["no_cc"] }
3232
itertools = "0.10.1"
33+
getrandom = { version = "0.2.3", features = ["js"] }
3334
rand = "0.8.4"
3435

3536
# non-wasm

0 commit comments

Comments
 (0)