From aff3d6815d5bc28ee5a0e2d6501c82adf49569b0 Mon Sep 17 00:00:00 2001 From: Leo Schwarz Date: Sun, 9 Jul 2017 13:15:31 +0200 Subject: [PATCH] New version 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab3de5b..77f4e7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest_mock" -version = "0.1.0" +version = "0.2.0" authors = ["Leo Schwarz "] license = "Apache-2.0" description = "Provides a mockable reqwest-like HTTP client."