From 782320b849e2f98704c0d0b1fca226e7ebb38cf8 Mon Sep 17 00:00:00 2001 From: Artem Date: Thu, 25 Dec 2014 01:22:06 +0300 Subject: [PATCH] Use the crates.io version of the "log". Fixes Cargo incompatibility with other packages, such as "hyper", "mime", "postgres", "time". --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bb7955d..14a83fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,3 +16,4 @@ keywords = ["email", "smtp"] [dependencies] time = "*" uuid = "*" +log = "*"