Skip to content

Commit bc5ab92

Browse files
committed
build: remove old getrandom dependency from wasm build
1 parent 93535ca commit bc5ab92

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/wasm/Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,4 @@ web-spawn = { workspace = true }
5656
ws_stream_wasm = { git = "https://github.com/tlsnotary/ws_stream_wasm", rev = "2ed12aad9f0236e5321f577672f309920b2aef51" }
5757

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

0 commit comments

Comments
 (0)