Skip to content

Commit 0b43ceb

Browse files
kixelatedclaude
andauthored
Add version to qmux dependency for publishing (#194)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a4786af commit 0b43ceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-transport-ws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rustls-tls-webpki-roots = ["tokio-tungstenite/rustls-tls-webpki-roots", "qmux/ws
1919
[dependencies]
2020
bytes = "1"
2121
futures = "0.3"
22-
qmux = { path = "../qmux", default-features = false, features = ["ws"] }
22+
qmux = { path = "../qmux", version = "0.0.3", default-features = false, features = ["ws"] }
2323
tokio = { version = "1", features = ["sync", "time", "macros", "rt"] }
2424
tokio-tungstenite = "0.28"
2525
web-transport-trait = { workspace = true }

0 commit comments

Comments
 (0)