We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb80aa4 commit 6d7728eCopy full SHA for 6d7728e
crates/wasm/Cargo.toml
@@ -52,7 +52,4 @@ web-spawn = { workspace = true }
52
ws_stream_wasm = { git = "https://github.com/tlsnotary/ws_stream_wasm", rev = "2ed12aad9f0236e5321f577672f309920b2aef51" }
53
54
[target.'cfg(target_arch = "wasm32")'.dependencies]
55
-getrandom = { version = "0.2", features = ["js"] }
56
-getrandom_03 = { package = "getrandom", version = "0.3", features = [
57
- "wasm_js",
58
-] }
+getrandom = { version = "0.3", features = ["wasm_js"] }
0 commit comments