summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/Cargo.toml2
-rw-r--r--mail/Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 249e500..4a4f519 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mail-core"
-version = "0.6.0"
+version = "0.6.1"
description = "[mail/core] provides the Mail type for the mail crate (inkl. multipart mime bodies, builder and resource type)"
authors = ["Philipp Korber <p.korber@1aim.com>"]
keywords = ["mail-api", "internal"]
diff --git a/mail/Cargo.toml b/mail/Cargo.toml
index 5680f70..4c363d4 100644
--- a/mail/Cargo.toml
+++ b/mail/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mail"
-version = "0.6.4"
+version = "0.6.5"
authors = ["Philipp Korber <p.korber@1aim.com>"]
categories = []
keywords = ["mail", "rfc5322", "mime", "smtp", "template"]
@@ -35,7 +35,7 @@ required-features = ["smtp"]
[dependencies]
mail-internals = "0.2.0"
mail-headers = "0.6.2"
-mail-core = "0.6.0"
+mail-core = "0.6.1"
mail-template = "0.6.0"
mail-smtp = { version="0.2.0", optional=true }