From fe8dc4967d2db3d7f29c97d0f3cf80eb2e9d8e7e Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Thu, 18 Mar 2021 20:28:02 +0000 Subject: [PATCH] Prepare 0.10.0-beta.3 (#578) --- Cargo.toml | 2 +- README.md | 6 +++--- src/lib.rs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e9aadd1..0fb80ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lettre" # remember to update html_root_url and README.md (Cargo.toml example and deps.rs badge) -version = "0.10.0-beta.2" +version = "0.10.0-beta.3" description = "Email client" readme = "README.md" homepage = "https://lettre.rs" diff --git a/README.md b/README.md index 191c886..43782ff 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@
- - + dependency status
@@ -66,7 +66,7 @@ To use this library, add the following to your `Cargo.toml`: ```toml [dependencies] -lettre = "0.10.0-beta.2" +lettre = "0.10.0-beta.3" ``` ```rust,no_run diff --git a/src/lib.rs b/src/lib.rs index 8a9af97..a59aefb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -99,7 +99,7 @@ //! [Tokio 1.x]: https://docs.rs/tokio/1 //! [async-std 1.x]: https://docs.rs/async-std/1 -#![doc(html_root_url = "https://docs.rs/crate/lettre/0.10.0-beta.2")] +#![doc(html_root_url = "https://docs.rs/crate/lettre/0.10.0-beta.3")] #![doc(html_favicon_url = "https://lettre.rs/favicon.ico")] #![doc(html_logo_url = "https://avatars0.githubusercontent.com/u/15113230?v=4")] #![forbid(unsafe_code)]