Skip to content

Commit bf81251

Browse files
committed
getrandom with wasm-js feature
1 parent 4136caa commit bf81251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ katexit = { version = "0.1.4", optional = true, default-features = false }
3838
rustdct = "0.7.1"
3939

4040
[target.'cfg(target_arch = "wasm32")'.dependencies]
41-
getrandom = { version = "0.3.0", default-features = false }
41+
getrandom = { version = "0.3.0", default-features = false, features = ["wasm_js"]}
4242

4343
[dev-dependencies]
4444
assert_approx_eq = "1.1.0"

0 commit comments

Comments
 (0)