Skip to content

Commit fc70d24

Browse files
committed
chore: Enable the wasm_js feature for yet another getrandom version
1 parent 73f63ce commit fc70d24

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/matrix-sdk-common/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ wasm-bindgen-test.workspace = true
6666
[target.'cfg(target_family = "wasm")'.dev-dependencies]
6767
# Enable the JS feature for getrandom.
6868
getrandom = { workspace = true, default-features = false, features = ["wasm_js"] }
69-
getrandom02 = { package = "getrandom", version = "0.2.17", default-features = false, features = ["js"] }
69+
getrandom03 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["wasm_js"] }
70+
# getrandom02 = { package = "getrandom", version = "0.2.17", default-features = false, features = ["js"] }
7071
js-sys.workspace = true
7172

7273
[lints]

0 commit comments

Comments
 (0)