Add deps.rs badge (#493)

This commit is contained in:
Paolo Barbolini
2020-10-23 13:40:17 +02:00
committed by GitHub
parent 04f064ed5a
commit b55bcfb6fb
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
[package] [package]
name = "lettre" 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" description = "Email client"
readme = "README.md" readme = "README.md"
homepage = "https://lettre.rs" homepage = "https://lettre.rs"

View File

@@ -27,6 +27,13 @@
</a> </a>
</div> </div>
<div align="center">
<a href="https://deps.rs/crate/lettre/0.10.0-alpha.3">
<img src="https://deps.rs/crate/lettre/0.10.0-alpha.3/status.svg"
alt="dependency status" />
</a>
</div>
--- ---
**NOTE**: this readme refers to the 0.10 version of lettre, which is **NOTE**: this readme refers to the 0.10 version of lettre, which is