diff --git a/web-transport-quinn/Cargo.toml b/web-transport-quinn/Cargo.toml index 9908afe..e93e98f 100644 --- a/web-transport-quinn/Cargo.toml +++ b/web-transport-quinn/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/kixelated/web-transport" license = "MIT OR Apache-2.0" -version = "0.9.1" +version = "0.10.0" edition = "2021" keywords = ["quic", "http3", "webtransport"] diff --git a/web-transport-ws/Cargo.toml b/web-transport-ws/Cargo.toml index 9c768c4..b6b7a17 100644 --- a/web-transport-ws/Cargo.toml +++ b/web-transport-ws/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luke Curley"] repository = "https://github.com/kixelated/web-transport" license = "MIT OR Apache-2.0" -version = "0.1.4" +version = "0.2.0" edition = "2021" keywords = ["quic", "http3", "webtransport", "websocket", "polyfill"] diff --git a/web-transport/Cargo.toml b/web-transport/Cargo.toml index 3badd69..0592075 100644 --- a/web-transport/Cargo.toml +++ b/web-transport/Cargo.toml @@ -18,7 +18,7 @@ thiserror = "2" url = "2" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -web-transport-quinn = { version = "0.9.1", path = "../web-transport-quinn" } +web-transport-quinn = { version = "0.10.0", path = "../web-transport-quinn" } [target.'cfg(target_arch = "wasm32")'.dependencies] web-transport-wasm = { version = "0.5.3", path = "../web-transport-wasm" }