From c2ed53da718f97aedfce6764591ede05f966f258 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Tue, 21 Apr 2020 12:10:30 +0200 Subject: [PATCH] v1.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cabc2d82..8df0f650 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "http-types" -version = "1.2.0" +version = "1.3.0" license = "MIT OR Apache-2.0" repository = "https://github.com/http-rs/http-types" documentation = "https://docs.rs/http-types"