From bdc2ee215e48824c0c175e6d84f2bd2715d5fa67 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 27 Jan 2015 10:05:06 -0800 Subject: [PATCH] v0.1.8 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2fe94c7cd9..7e0a31c06e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.1.7" +version = "0.1.8" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html" @@ -12,7 +12,7 @@ authors = ["Sean McArthur ", [dependencies] cookie = "*" -log = "*" +log = ">= 0.2.0" mime = "*" mucell = "*" openssl = "*"