From 47a6426591f811a49f524ee81b8c1e1131955870 Mon Sep 17 00:00:00 2001 From: Philipp Korber Date: Thu, 14 Feb 2019 21:31:07 +0100 Subject: cargo(version): bumped patch version of mail --- mail/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail') diff --git a/mail/Cargo.toml b/mail/Cargo.toml index c44085d..7420eff 100644 --- a/mail/Cargo.toml +++ b/mail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mail" -version = "0.6.6" +version = "0.6.7" authors = ["Philipp Korber "] categories = [] keywords = ["mail", "rfc5322", "mime", "smtp", "template"] @@ -33,8 +33,8 @@ required-features = ["smtp"] [dependencies] -mail-internals = "0.2.1" -mail-headers = "0.6.3" +mail-internals = "0.2.2" +mail-headers = "0.6.4" mail-core = "0.6.1" mail-template = "0.6.0" mail-smtp = { version="0.2.0", optional=true } -- cgit v1.2.3