Skip to content

Commit 4ea56b3

Browse files
committed
Release web-transport and web-transport-wasm
1 parent 77cc6ea commit 4ea56b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web-transport-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/kixelated/web-transport-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.3.3"
8+
version = "0.4.0"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport"]

web-transport/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley"]
55
repository = "https://github.com/kixelated/web-transport-rs"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.5.1"
8+
version = "0.6.0"
99
edition = "2021"
1010

1111
keywords = ["quic", "http3", "webtransport"]
@@ -17,7 +17,7 @@ categories = ["network-programming", "web-programming"]
1717
bytes = "1"
1818

1919
[target.'cfg(target_arch = "wasm32")'.dependencies]
20-
web-transport-wasm = { version = "0.3", path = "../web-transport-wasm" }
20+
web-transport-wasm = { version = "0.4", path = "../web-transport-wasm" }
2121

2222
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
2323
web-transport-quinn = { version = "0.3", path = "../web-transport-quinn" }

0 commit comments

Comments
 (0)