summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Korber <p.korber@1aim.com>2018-09-06 18:15:26 +0200
committerPhilipp Korber <p.korber@1aim.com>2018-09-06 18:15:26 +0200
commit708a5454bb3579ba94a922b94e1e21d177db4ff2 (patch)
tree2239d68765f71a1eb740902232770022c7afbe10 /Cargo.toml
parent8df7b8b1604bb340f25c58005e1b424255012495 (diff)
chore(deps) use new-tokio-smtp::send_mails functionality
- reduces complexity of the interface _and_ the implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 305a8d0..3c3e708 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["Philipp Korber <p.korber@1aim.com>"]
name = "mail-smtp"
-version = "0.1.0"
+version = "0.2.0-wip"
categories = []
description = "[internal/mail-api] combines mail-types with new-tokio-smtp"
documentation = "https://docs.rs/mail-smtp"