From a1448c379b0cce920e44c62b566bb20db1ce2157 Mon Sep 17 00:00:00 2001 From: Jacob Rothstein Date: Wed, 3 Mar 2021 14:02:29 -0800 Subject: [PATCH] (cargo-release) version 2.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85c81a7..1628a37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-h1" -version = "2.3.1" +version = "2.3.2" license = "MIT OR Apache-2.0" repository = "https://github.com/http-rs/async-h1" documentation = "https://docs.rs/async-h1"