From a6bdc5df1fd450e2a7a6e4b417aa94b67cd55f9b Mon Sep 17 00:00:00 2001 From: Allan Zhang Date: Tue, 12 Dec 2023 17:57:13 -0500 Subject: [PATCH] Keep version at 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 24c2231..1245b17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-util" -version = "0.1.2" +version = "0.1.1" description = "hyper utilities" readme = "README.md" homepage = "https://hyper.rs"