From f77c653d6703192430b4ba8fb016fe17ba8d457f Mon Sep 17 00:00:00 2001 From: Jacob Rothstein Date: Fri, 4 Dec 2020 13:27:29 -0800 Subject: [PATCH] (cargo-release) version 2.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4079462..d1d1431f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "http-types" -version = "2.8.0" +version = "2.9.0" license = "MIT OR Apache-2.0" repository = "https://github.com/http-rs/http-types" documentation = "https://docs.rs/http-types"