From e899ef1d6bf54b6a8c50c8368e1388f0ae38c346 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Fri, 24 Jan 2025 13:46:21 +0000 Subject: [PATCH] quiche: release 0.23.1 --- quiche/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quiche/Cargo.toml b/quiche/Cargo.toml index 3707252f78..b2fa734f05 100644 --- a/quiche/Cargo.toml +++ b/quiche/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quiche" -version = "0.23.0" +version = "0.23.1" authors = ["Alessandro Ghedini "] edition = "2018" build = "src/build.rs"