From af368e9287ea975d184f9f66df52dbf109adf0e4 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Fri, 10 Nov 2023 13:44:04 +0100 Subject: [PATCH] 0.19.0 --- quiche/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quiche/Cargo.toml b/quiche/Cargo.toml index ef9e354557..f3c47e1afe 100644 --- a/quiche/Cargo.toml +++ b/quiche/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quiche" -version = "0.18.0" +version = "0.19.0" authors = ["Alessandro Ghedini "] edition = "2018" build = "src/build.rs"