From 241e5069b4e5935a3aac470c5b4d3b8b5b8f6714 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 18 May 2017 14:36:18 -0700 Subject: [PATCH] v0.6.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8aa5da6..ff39157 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.6.1" +version = "0.6.2" description = "higher level HTTP client library" keywords = ["http", "request", "client"] repository = "https://github.com/seanmonstar/reqwest"