From dacd66329b1f4ffc730c7e8d255d8977e9ffe9ec Mon Sep 17 00:00:00 2001 From: Philipp Korber Date: Sun, 3 Mar 2019 21:06:13 +0100 Subject: cargo(version): bumped patch version number --- mail/Cargo.toml | 2 +- smtp/Cargo.toml | 2 +- 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 "] 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 "] 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" -- cgit v1.2.3