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 a4786af commit 0b43cebCopy full SHA for 0b43ceb
1 file changed
web-transport-ws/Cargo.toml
@@ -19,7 +19,7 @@ rustls-tls-webpki-roots = ["tokio-tungstenite/rustls-tls-webpki-roots", "qmux/ws
19
[dependencies]
20
bytes = "1"
21
futures = "0.3"
22
-qmux = { path = "../qmux", default-features = false, features = ["ws"] }
+qmux = { path = "../qmux", version = "0.0.3", default-features = false, features = ["ws"] }
23
tokio = { version = "1", features = ["sync", "time", "macros", "rt"] }
24
tokio-tungstenite = "0.28"
25
web-transport-trait = { workspace = true }
0 commit comments