From 37800f84d322dd40cfaec0a7526624b34f9043ca Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 9 Nov 2016 17:22:08 -0800 Subject: [PATCH] v0.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aba43ed..633e404 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.0.0" +version = "0.1.0" description = "higher level HTTP client library" keywords = ["http", "request", "client"] repository = "https://github.com/seanmonstar/reqwest"