From 5ab99d99f8749e640f5252adec6cc6e453cc80ac Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 26 Oct 2023 16:24:59 +0200 Subject: [PATCH] Bump version to 0.24.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8d9240..9214af3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-rustls" -version = "0.24.1" +version = "0.24.2" edition = "2021" rust-version = "1.63" license = "Apache-2.0 OR ISC OR MIT"