Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 27cf36e

Browse files
committed
fix wildcard
1 parent b5ba683 commit 27cf36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tokio = { version = "1.44.1", features = ["macros", "sync", "time", "rt"] }
5050
webpki-roots = "0.26.8"
5151
futures-util = "0.3.31"
5252
urlencoding = "2.1.3"
53-
ws_stream_wasm = { version = "*", optional = true }
53+
ws_stream_wasm = { version = "0.7.4", optional = true }
5454

5555
[target.'cfg(target_arch = "wasm32")'.dependencies]
5656
wasm-bindgen = { version = "0.2.100", optional = true }

0 commit comments

Comments
 (0)