From 74f535c83cb77302e6bb63ab0276d5884c075ae7 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 31 Jan 2017 14:47:42 -0800 Subject: [PATCH] v0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28593d1..dda46fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.3.0" +version = "0.4.0" description = "higher level HTTP client library" keywords = ["http", "request", "client"] repository = "https://github.com/seanmonstar/reqwest"