From 68c57f62b6991b3aebfe1e8eeeadac9b358c4558 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 11 Jan 2017 12:00:23 -0800 Subject: [PATCH] v0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afe60ca..e2a6d09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.2.0" +version = "0.3.0" description = "higher level HTTP client library" keywords = ["http", "request", "client"] repository = "https://github.com/seanmonstar/reqwest"