chore: update ws_stream_wasm link

This commit is contained in:
mhchia
2023-12-29 18:24:14 +08:00
parent b8d22393f4
commit 98cedbdc17

View File

@@ -68,7 +68,7 @@ web-sys = { version = "0.3.4", features = [
# Use the patched ws_stream_wasm to fix the issue https://github.com/najamelan/ws_stream_wasm/issues/12#issuecomment-1711902958
ws_stream_wasm = { version = "0.7.4", git = "https://github.com/mhchia/ws_stream_wasm", branch = "dev" }
ws_stream_wasm = { version = "0.7.4", git = "https://github.com/tlsnotary/ws_stream_wasm", branch = "dev" }
# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires