We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93535ca commit bc5ab92Copy full SHA for bc5ab92
crates/wasm/Cargo.toml
@@ -56,7 +56,4 @@ web-spawn = { workspace = true }
56
ws_stream_wasm = { git = "https://github.com/tlsnotary/ws_stream_wasm", rev = "2ed12aad9f0236e5321f577672f309920b2aef51" }
57
58
[target.'cfg(target_arch = "wasm32")'.dependencies]
59
-getrandom = { version = "0.2", features = ["js"] }
60
-getrandom_03 = { package = "getrandom", version = "0.3", features = [
61
- "wasm_js",
62
-] }
+getrandom = { version = "0.3", features = ["wasm_js"] }
0 commit comments