From 68aa3f7f6203e7dfc622af87dcc597bcd883a43f Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 14 Dec 2016 10:09:02 -0800 Subject: [PATCH] v0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bfc2ed0..2effc61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.1.0" +version = "0.2.0" description = "higher level HTTP client library" keywords = ["http", "request", "client"] repository = "https://github.com/seanmonstar/reqwest"