From adbd50a6ceba6074700fbb786a96ac50c4672e3b Mon Sep 17 00:00:00 2001 From: funkill2 Date: Sat, 5 Jan 2019 02:01:42 +0300 Subject: [PATCH] fix(email): Use original "email" crate --- lettre_email/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lettre_email/Cargo.toml b/lettre_email/Cargo.toml index fd83c84..2204fd7 100644 --- a/lettre_email/Cargo.toml +++ b/lettre_email/Cargo.toml @@ -23,7 +23,7 @@ lettre = { version = "^0.9", path = "../lettre", features = ["smtp-transport"] } glob = "0.2" [dependencies] -email = { git = "https://github.com/lettre/rust-email" } +email = "^0.0.20" mime = "^0.3" time = "^0.1" uuid = { version = "^0.7", features = ["v4"] }