From cef16431aa24f2acc093e9cefa33eb7dcd44d2d9 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 30 Dec 2014 18:03:44 -0800 Subject: [PATCH] v0.0.19 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0eade17f..087ee2b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.0.18" +version = "0.0.19" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"