From 12110bd6a5dd2c3bae4fea020f0ec1fc69bb89bd Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Sun, 12 Apr 2020 09:46:01 +0200 Subject: [PATCH] 0.12.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ba4cea..06f0700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "0.12.0" +version = "0.12.1" authors = ["Martin Algesten "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0"