From e4538afc2a4e11c79ffee79c216aff43ac3f5818 Mon Sep 17 00:00:00 2001 From: "Herman J. Radtke III" Date: Sun, 14 Jan 2024 06:35:40 -0500 Subject: [PATCH] Release 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84704f4..a2fc487 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-timeout" -version = "0.5.0" +version = "0.5.1" authors = ["Herman J. Radtke III "] edition = "2018" description = "A connect, read and write timeout aware connector to be used with hyper Client."