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 55e02e6 commit 51f26faCopy full SHA for 51f26fa
web-transport-wasm/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
5
repository = "https://github.com/kixelated/web-transport-rs"
6
license = "MIT OR Apache-2.0"
7
8
-version = "0.4.7"
+version = "0.5.0"
9
edition = "2021"
10
11
keywords = ["quic", "http3", "webtransport"]
web-transport/Cargo.toml
@@ -18,7 +18,7 @@ thiserror = "2"
18
url = "2"
19
20
[target.'cfg(target_arch = "wasm32")'.dependencies]
21
-web-transport-wasm = { version = "0.4.7", path = "../web-transport-wasm" }
+web-transport-wasm = { version = "0.5.0", path = "../web-transport-wasm" }
22
23
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
24
web-transport-quinn = { version = "0.7.0", path = "../web-transport-quinn" }
0 commit comments