From ea262121a93ec124131f178dcafa0fe9a3e2bdef Mon Sep 17 00:00:00 2001 From: "Herman J. Radtke III" Date: Sat, 2 Jan 2021 09:43:49 -0800 Subject: [PATCH] Release 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c72ea8..ecfa8ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-timeout" -version = "0.4.0" +version = "0.4.1" authors = ["Herman J. Radtke III "] edition = "2018" description = "A connect, read and write timeout aware connector to be used with hyper Client."