From b9ea9123dc641b923c3c3d3cff34d71ecb0e4c6b Mon Sep 17 00:00:00 2001 From: Simon Bernier St-Pierre Date: Sun, 9 Oct 2022 11:05:34 -0400 Subject: [PATCH] Version 0.23.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 876d953..7914a80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Simon Bernier St-Pierre "] edition = "2018" license = "MPL-2.0" name = "attohttpc" -version = "0.23.0" +version = "0.23.1" categories = ["network-programming", "web-programming", "web-programming::http-client"] description = "Small and lightweight HTTP client"