From b62db974f0d81f5df1da9aecd79380837cb45ba3 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Sat, 14 Mar 2020 10:41:56 +0100 Subject: [PATCH] 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8bf215..ecc2d98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "0.11.4" +version = "0.12.0" authors = ["Martin Algesten "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0"