From f61ef77f7f2fa13d50f3c071faf57dcb6487b262 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Thu, 6 Feb 2020 08:19:12 +0100 Subject: [PATCH] 0.11.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 389a417..f8bee38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "0.11.3" +version = "0.11.4" authors = ["Martin Algesten "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0"