From 9fbf0aecb8bcf22ef80c8e4c54911801d918a0fb Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Sat, 10 Jan 2015 21:38:48 -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 228d43fa..7beed1be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.0.21" +version = "0.1.0" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"