From b0ef498f77e4823aab33894d5f90aeee41cf652e Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 5 May 2017 14:26:18 -0700 Subject: [PATCH] v0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0376843..94b642b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.5.1" +version = "0.5.2" description = "higher level HTTP client library" keywords = ["http", "request", "client"] repository = "https://github.com/seanmonstar/reqwest"