diff options
author | Philipp Korber <p.korber@1aim.com> | 2018-12-04 16:38:32 +0100 |
---|---|---|
committer | Philipp Korber <p.korber@1aim.com> | 2018-12-04 16:38:32 +0100 |
commit | 4a41caae1a52689c709836d4446d9b8b0a576505 (patch) | |
tree | de078b90f17147d4efd03486a5c8b9b3dff1bd2a | |
parent | 3defb971e80baa00259ecbb8459fc384d00e6d1b (diff) |
cargo(version) bumped mail version to v0.6.4
- uses newer min version of `mail-templates`
(fixes a macro hygien related bug)
-rw-r--r-- | mail/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/Cargo.toml b/mail/Cargo.toml index 686ff96..5680f70 100644 --- a/mail/Cargo.toml +++ b/mail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mail" -version = "0.6.3" +version = "0.6.4" authors = ["Philipp Korber <p.korber@1aim.com>"] categories = [] keywords = ["mail", "rfc5322", "mime", "smtp", "template"] @@ -34,7 +34,7 @@ required-features = ["smtp"] [dependencies] mail-internals = "0.2.0" -mail-headers = "0.6.1" +mail-headers = "0.6.2" mail-core = "0.6.0" mail-template = "0.6.0" mail-smtp = { version="0.2.0", optional=true } |