From 71ea078d4eb5d857680a69b01f7427ea43e2f5a2 Mon Sep 17 00:00:00 2001 From: Philipp Korber Date: Fri, 11 Oct 2019 16:31:40 +0200 Subject: cargo: Update author and maintenance badge. --- mail/Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mail/Cargo.toml b/mail/Cargo.toml index 8b3a151..1645781 100644 --- a/mail/Cargo.toml +++ b/mail/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mail" -version = "0.6.10" -authors = ["Philipp Korber "] +version = "0.6.11" +authors = ["Philipp Korber "] categories = [] keywords = ["mail", "rfc5322", "mime", "smtp", "template"] description = "mail, facade for a number of mail related crates for creating and sending mails" @@ -50,4 +50,5 @@ soft-ascii-string = "1.0" futures = "0.1.0" failure = "0.1.1" - +[badges] +maintenance = { status = "deprecated" } -- cgit v1.2.3