Skip to content

Commit 6d7728e

Browse files
committed
build: remove old getrandom dependency from wasm build
1 parent fb80aa4 commit 6d7728e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/wasm/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,4 @@ web-spawn = { workspace = true }
5252
ws_stream_wasm = { git = "https://github.com/tlsnotary/ws_stream_wasm", rev = "2ed12aad9f0236e5321f577672f309920b2aef51" }
5353

5454
[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-
] }
55+
getrandom = { version = "0.3", features = ["wasm_js"] }

0 commit comments

Comments
 (0)