From 7fecb21494d01ebc5906659c752cf780ebdd14a3 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 24 Nov 2023 10:10:57 +0100 Subject: [PATCH] Bump version to 0.25.0-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f378ca3..43e9321 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-rustls" -version = "0.24.2" +version = "0.25.0-alpha.0" edition = "2021" rust-version = "1.63" license = "Apache-2.0 OR ISC OR MIT"