From 6d2cbe22085c12aa2131d5bd4931929a3adf7188 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Tue, 7 May 2019 13:52:22 +0100 Subject: [PATCH] update mmime dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a87de92c8..18b502809 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ native-tls = "0.2.3" lettre = "0.9.0" imap = "1.0.1" # rental = "0.5.3" -mmime = { path = "../mmime" } +mmime = { git = "https://github.com/dignifiedquire/mmime" } base64 = "0.10.1" [dev-dependencies]