From a1f76bf4ea45edd6b58774e25aaee2a6134fdff7 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 24 Mar 2017 16:40:42 -0700 Subject: [PATCH] v0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d8d8ed..49c95d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.4.0" +version = "0.5.0" description = "higher level HTTP client library" keywords = ["http", "request", "client"] repository = "https://github.com/seanmonstar/reqwest"