diff --git a/README.md b/README.md index 6bc77d2..d089252 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # lettre + [](https://travis-ci.org/lettre/lettre) [](https://ci.appveyor.com/project/amousset/lettre/branch/master) [](https://crates.io/crates/lettre) @@ -61,6 +62,7 @@ fn main() { Released versions: * [latest](https://docs.rs/lettre/) +* [v0.8.0](https://docs.rs/lettre/0.8.0/lettre/) * [v0.7.0](https://docs.rs/lettre/0.7.0/lettre/) * [v0.6.2](https://docs.rs/lettre/0.6.2/lettre/) * [v0.6.1](https://docs.rs/lettre/0.6.1/lettre/) @@ -74,12 +76,13 @@ To use this library, add the following to your `Cargo.toml`: ```toml [dependencies] -lettre = "0.7" +lettre = "0.8" +lettre_email = "0.8" ``` ## Testing -The tests require an open mail server listening locally on port 2525 and the `sendmail` command. +The `lettre` tests require an open mail server listening locally on port 2525 and the `sendmail` command. ## Code of conduct diff --git a/docs/404.html b/docs/404.html index 6488c03..ca07d29 100644 --- a/docs/404.html +++ b/docs/404.html @@ -9,14 +9,14 @@