From b8b67a41a9e9d21cfa331bc11c0b2fab1e3fe1df Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Sun, 13 Sep 2020 14:24:23 +0200 Subject: [PATCH] 1.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2849a94..fe9ec80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "1.4.0" +version = "1.4.1" authors = ["Martin Algesten "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0"