From cd640417dbec4a996f18c37984fc4ede96742b25 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 12 May 2017 22:07:41 -0700 Subject: [PATCH] v0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19cdcbd..8aa5da6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.6.0" +version = "0.6.1" description = "higher level HTTP client library" keywords = ["http", "request", "client"] repository = "https://github.com/seanmonstar/reqwest"