From d5cbe897379198ac8fec490ab92f8a0f29fb16ec Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Tue, 27 Apr 2021 10:37:52 -0700 Subject: [PATCH] 2.11.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 47b6dd96..9e79de7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "http-types" -version = "2.11.0" +version = "2.11.1" license = "MIT OR Apache-2.0" repository = "https://github.com/http-rs/http-types" documentation = "https://docs.rs/http-types"