summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Korber <philippkorber@gmail.com>2019-02-14 21:31:07 +0100
committerPhilipp Korber <philippkorber@gmail.com>2019-02-14 21:31:47 +0100
commit47a6426591f811a49f524ee81b8c1e1131955870 (patch)
tree1fdd61e02187cafc140bb3ea9b451b86481d82c0
parent229a953009d1a899752568f2345dd565e0f1b97b (diff)
cargo(version): bumped patch version of mail
-rw-r--r--Cargo.toml10
-rw-r--r--mail/Cargo.toml6
2 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 149ef86..07a333c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,10 +9,10 @@ members = [
]
-#[patch.crates-io]
-#mail = { path="./mail" }
-#mail-core = { path="./core" }
-#mail-headers = { path="./headers" }
-#mail-internals = { path="./internals" }
+# [patch.crates-io]
+# mail = { path="./mail" }
+# mail-core = { path="./core" }
+# mail-headers = { path="./headers" }
+# mail-internals = { path="./internals" }
diff --git a/mail/Cargo.toml b/mail/Cargo.toml
index c44085d..7420eff 100644
--- a/mail/Cargo.toml
+++ b/mail/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mail"
-version = "0.6.6"
+version = "0.6.7"
authors = ["Philipp Korber <p.korber@1aim.com>"]
categories = []
keywords = ["mail", "rfc5322", "mime", "smtp", "template"]
@@ -33,8 +33,8 @@ required-features = ["smtp"]
[dependencies]
-mail-internals = "0.2.1"
-mail-headers = "0.6.3"
+mail-internals = "0.2.2"
+mail-headers = "0.6.4"
mail-core = "0.6.1"
mail-template = "0.6.0"
mail-smtp = { version="0.2.0", optional=true }