summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorPhilipp Korber <p.korber@1aim.com>2019-03-26 16:38:19 +0100
committerPhilipp Korber <p.korber@dac.eu>2019-10-11 16:33:19 +0200
commite34181e7821f490d135e3963a537d04ecefc14cf (patch)
tree7172f5efad07e1ec4fbc4686456a14706082d386 /core
parent9385e2eb4e602e8f8a24512ae99952b90cf82c39 (diff)
cargo(version): bumped minor version number
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index b10d345..375d3ac 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mail-core"
-version = "0.6.1"
+version = "0.6.2"
description = "[mail/core] provides the Mail type for the mail crate (inkl. multipart mime bodies, builder and resource type)"
authors = ["Philipp Korber <p.korber@1aim.com>"]
keywords = ["mail-api", "internal"]
@@ -21,7 +21,7 @@ features = [ "serde-impl", "default" ]
[dependencies]
mail-internals = "0.2.3"
-mail-headers = "0.6.0"
+mail-headers = "0.6.6"
failure = "0.1.2"
futures = "0.1.24"
log = "0.3.8"