mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-21 15:47:54 -04:00
chore: Enable the wasm_js feature for yet another getrandom version
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -3641,7 +3641,7 @@ dependencies = [
|
||||
"futures-core",
|
||||
"futures-executor",
|
||||
"futures-util",
|
||||
"getrandom 0.2.17",
|
||||
"getrandom 0.3.4",
|
||||
"getrandom 0.4.2",
|
||||
"gloo-timers",
|
||||
"imbl",
|
||||
|
||||
@@ -53,6 +53,7 @@ tracing-subscriber = { workspace = true, features = ["fmt", "ansi"] }
|
||||
wasm-bindgen.workspace = true
|
||||
wasm-bindgen-futures = { version = "0.4.33", optional = true }
|
||||
web-sys = { workspace = true, features = ["console"] }
|
||||
getrandom03 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["wasm_js"] }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches.workspace = true
|
||||
@@ -66,7 +67,6 @@ wasm-bindgen-test.workspace = true
|
||||
[target.'cfg(target_family = "wasm")'.dev-dependencies]
|
||||
# Enable the JS feature for getrandom.
|
||||
getrandom = { workspace = true, default-features = false, features = ["wasm_js"] }
|
||||
getrandom02 = { package = "getrandom", version = "0.2.17", default-features = false, features = ["js"] }
|
||||
js-sys.workspace = true
|
||||
|
||||
[lints]
|
||||
|
||||
Reference in New Issue
Block a user