From e07003e856b2d05ce8ab8fa43ebe6c811ec938f4 Mon Sep 17 00:00:00 2001 From: Lijun Wang <83639177+lijunwangs@users.noreply.github.com> Date: Fri, 21 Jul 2023 14:32:25 -0700 Subject: [PATCH] bump versions to 0.9.4 --- quinn-proto/Cargo.toml | 2 +- quinn/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/quinn-proto/Cargo.toml b/quinn-proto/Cargo.toml index 36b95ff9f..838487e7b 100644 --- a/quinn-proto/Cargo.toml +++ b/quinn-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quinn-proto" -version = "0.9.2" +version = "0.9.4" license = "MIT OR Apache-2.0" repository = "https://github.com/quinn-rs/quinn" description = "State machine for the QUIC transport protocol" diff --git a/quinn/Cargo.toml b/quinn/Cargo.toml index fa7037b73..3de5f9df2 100644 --- a/quinn/Cargo.toml +++ b/quinn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quinn" -version = "0.9.3" +version = "0.9.4" license = "MIT OR Apache-2.0" repository = "https://github.com/quinn-rs/quinn" description = "Versatile QUIC transport protocol implementation" @@ -38,7 +38,7 @@ bytes = "1" futures-io = { version = "0.3.19", optional = true } rustc-hash = "1.1" pin-project-lite = "0.2" -proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.9", default-features = false } +proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.9.4", default-features = false } rustls = { version = "0.20.3", default-features = false, features = ["quic"], optional = true } thiserror = "1.0.21" tracing = "0.1.10"