From b55bcfb6fb6f4d37fa82eb3c4977b7d01ef2052d Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Fri, 23 Oct 2020 13:40:17 +0200 Subject: [PATCH] Add deps.rs badge (#493) --- Cargo.toml | 3 ++- README.md | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c72f857..0b48699 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "lettre" -version = "0.10.0-alpha.3" # remember to update html_root_url and README.md +# remember to update html_root_url and README.md (Cargo.toml example and deps.rs badge) +version = "0.10.0-alpha.3" description = "Email client" readme = "README.md" homepage = "https://lettre.rs" diff --git a/README.md b/README.md index 7ab48bf..55ba069 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,13 @@ +
+ + dependency status + +
+ --- **NOTE**: this readme refers to the 0.10 version of lettre, which is