From 1f8c4d655b49d76f701e516e68e23414af4d4478 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Fri, 30 Oct 2020 11:28:30 +0100 Subject: [PATCH] v2.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c03a1c1..9fd685a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "http-types" -version = "2.6.0" +version = "2.7.0" license = "MIT OR Apache-2.0" repository = "https://github.com/http-rs/http-types" documentation = "https://docs.rs/http-types"