From 7424372f49f285d4164facc42e069b4226310fa2 Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Sat, 4 Mar 2023 15:27:32 -0800 Subject: [PATCH] Bump version --- quinn/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quinn/Cargo.toml b/quinn/Cargo.toml index 877b72bfb..a43f49325 100644 --- a/quinn/Cargo.toml +++ b/quinn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quinn" -version = "0.9.3" +version = "0.10.0" license = "MIT OR Apache-2.0" repository = "https://github.com/quinn-rs/quinn" description = "Versatile QUIC transport protocol implementation"