summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Korber <philippkorber@gmail.com>2019-02-14 21:25:00 +0100
committerPhilipp Korber <philippkorber@gmail.com>2019-02-14 21:28:13 +0100
commit229a953009d1a899752568f2345dd565e0f1b97b (patch)
treeaf39fc9355e7bbb29b4c9147a8e074df5b6c1a73
parentb54c9e6f589088e5dedf441d6ce268b29b68f909 (diff)
cargo(version): bumped patch version of mail-headers
-rw-r--r--headers/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/headers/Cargo.toml b/headers/Cargo.toml
index 1526ab3..47d22f7 100644
--- a/headers/Cargo.toml
+++ b/headers/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "mail-headers"
description = "[mail/headers] header parts for the mail crate (inkl. header map and standard header impl)"
-version = "0.6.3"
+version = "0.6.4"
authors = ["Philipp Korber <philippkorber@gmail.com>"]
documentation = "https://docs.rs/mail-headers"
keywords = []
@@ -14,7 +14,7 @@ serde-impl = [ "serde", "vec1/serde" ]
traceing = [ "mail-internals/traceing" ]
[dependencies]
-mail-internals = "0.2.0"
+mail-internals = "0.2.2"
failure = "0.1"
owning_ref = "0.4"
nom = "3.1.0"