From 6d87f2743e00e18e22ada5389294cd6837bfe45b Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 9 May 2017 15:32:48 -0700 Subject: [PATCH] v0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df4728c51..be35755c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.5.2" +version = "0.6.0" description = "higher level HTTP client library" keywords = ["http", "request", "client"] repository = "https://github.com/seanmonstar/reqwest"