Use the crates.io version of the "log".

Fixes Cargo incompatibility with other packages, such as "hyper", "mime", "postgres", "time".
This commit is contained in:
Artem
2014-12-25 01:22:06 +03:00
parent d2dfaca536
commit 782320b849

View File

@@ -16,3 +16,4 @@ keywords = ["email", "smtp"]
[dependencies]
time = "*"
uuid = "*"
log = "*"