From 6a40f4a5fe741930989a42280fdaccb3383770a4 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Tue, 21 Apr 2020 22:04:55 +0200 Subject: [PATCH] fix(builder): Go back to email 0.0.20 --- 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 60e09aa..859130e 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.3" [dependencies] -email = "^0.0.21" +email = "^0.0.20" mime = "^0.3" time = "^0.1" uuid = { version = "^0.7", features = ["v4"] }