From c833acfe5cd8e6f6bb01bde4ca71681873e8bdf9 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Sun, 21 Feb 2021 09:30:57 +0100 Subject: [PATCH] 2.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00a46de..0ab1838 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "2.0.1" +version = "2.0.2" authors = ["Martin Algesten ", "Jacob Hoffman-Andrews "] description = "Simple, safe HTTP client" license = "MIT/Apache-2.0"