From 37bfc3fe149f6e0d3aad20028faa3c22a1604954 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Thu, 30 May 2019 12:24:12 +0200 Subject: [PATCH] fixup: switch back to mmime master --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bedff1be7..dc7dfb4d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ num-traits = "0.2.6" native-tls = "0.2.3" lettre = "0.9.0" imap = "1.0.1" -mmime = { git = "https://github.com/dignifiedquire/mmime", branch = "snprintf-3" } +mmime = {git = "https://github.com/dignifiedquire/mmime"} base64 = "0.10" charset = "0.1" percent-encoding = "1.0"