From 8871183df01c3885a5c1be5a4a741937908e2b68 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Sun, 20 Oct 2019 13:32:09 +0200 Subject: [PATCH] 0.11.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8e0d55..92c732d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "0.11.1" +version = "0.11.2" authors = ["Martin Algesten "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0"