summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Korber <p.korber@1aim.com>2019-01-07 11:52:45 +0100
committerPhilipp Korber <p.korber@1aim.com>2019-01-07 11:56:51 +0100
commit1ae19a5b9a4e3e520db3f9d66da98e0c0e1e46e7 (patch)
treef324a8f741abd6405e83d8c5cf6db31d689a97a3
parent7ace2b99e93c48244ce0d041af4347f6662f6e9c (diff)
chore(cargo/core) bumped patch version number
-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 }