Skip to content

Commit be49c0b

Browse files
authored
We should bump the web-transport-trait crates. (#123)
1 parent 876b2b7 commit be49c0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

web-transport-quinn/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"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.9.1"
8+
version = "0.10.0"
99
edition = "2021"
1010

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

web-transport-ws/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"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.1.4"
8+
version = "0.2.0"
99
edition = "2021"
1010

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

web-transport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ thiserror = "2"
1818
url = "2"
1919

2020
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
21-
web-transport-quinn = { version = "0.9.1", path = "../web-transport-quinn" }
21+
web-transport-quinn = { version = "0.10.0", path = "../web-transport-quinn" }
2222

2323
[target.'cfg(target_arch = "wasm32")'.dependencies]
2424
web-transport-wasm = { version = "0.5.3", path = "../web-transport-wasm" }

0 commit comments

Comments
 (0)