From 7b108466f6a53d0ffdc6c7889d1a01fca251e462 Mon Sep 17 00:00:00 2001 From: Jonathan Reem Date: Fri, 10 Jul 2015 20:43:51 -0700 Subject: [PATCH] v0.6.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81e90fdf..a01d5fd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.6.3" +version = "0.6.4" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"