summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/Cargo.toml2
-rw-r--r--smtp/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/Cargo.toml b/mail/Cargo.toml
index 2c17e2a..b4ff4d8 100644
--- a/mail/Cargo.toml
+++ b/mail/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mail"
-version = "0.6.7"
+version = "0.6.8"
authors = ["Philipp Korber <p.korber@1aim.com>"]
categories = []
keywords = ["mail", "rfc5322", "mime", "smtp", "template"]
diff --git a/smtp/Cargo.toml b/smtp/Cargo.toml
index 74016f2..8837f1a 100644
--- a/smtp/Cargo.toml
+++ b/smtp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["Philipp Korber <p.korber@1aim.com>"]
name = "mail-smtp"
-version = "0.2.0"
+version = "0.2.1"
categories = []
description = "[mail/smtp] combines mail-core with new-tokio-smtp"
documentation = "https://docs.rs/mail-smtp"