From 6aa7c301679cc15c86e3c1038b0fe745403762df Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Fri, 23 Nov 2018 13:55:36 -0500 Subject: [PATCH] Quick'n'dirty fix for missing lettre release --- Cargo.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8f6b7f9..647c06f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,9 +33,5 @@ nom = "4.0" base64 = "0.10" [dev-dependencies] -lettre = "0.9" -lettre_email = "0.9" - -[patch.crates-io] -lettre = { git = "https://github.com/lettre/lettre.git" } -lettre_email = { git = "https://github.com/lettre/lettre.git" } +lettre-openssl111 = "0.9" +lettre-openssl111_email = "0.9"