summaryrefslogtreecommitdiffstats
path: root/template
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 /template
parent9385e2eb4e602e8f8a24512ae99952b90cf82c39 (diff)
cargo(version): bumped minor version number
Diffstat (limited to 'template')
-rw-r--r--template/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/Cargo.toml b/template/Cargo.toml
index 8aba450..b6a7fdf 100644
--- a/template/Cargo.toml
+++ b/template/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mail-template"
-version = "0.6.0"
+version = "0.6.1"
description = "[mail] provides a way to create bind string template engines to produce mails"
authors = ["Philipp Korber <p.korber@1aim.com>"]
keywords = ["mail", "template", "handlebars"]
@@ -18,9 +18,9 @@ handlebars-bindings = ["handlebars"]
features = [ "handlebars-bindings" ]
[dependencies]
-mail-core = { version="0.6.1", features=["serde-impl"] }
+mail-core = { version="0.6.2", features=["serde-impl"] }
mail-internals = "0.2.3"
-mail-headers = { version="0.6.4", features=["serde-impl"] }
+mail-headers = { version="0.6.6", features=["serde-impl"] }
failure = "0.1.1"
futures = "0.1.14"