summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Korber <philippkorber@gmail.com>2019-03-03 21:06:13 +0100
committerPhilipp Korber <p.korber@1aim.com>2019-03-04 11:21:15 +0100
commitdacd66329b1f4ffc730c7e8d255d8977e9ffe9ec (patch)
treecdeac5309123631bdd7db7bd29200c99148cd63c
parent959345d250eece7ef9289cec02207a4cfa6f1bb2 (diff)
cargo(version): bumped patch version number
-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"