Prepare 0.10.0-alpha.5 release

This commit is contained in:
Alexis Mousset
2021-01-28 21:32:24 +01:00
parent 20d0f8f3ba
commit 0c859a202f
2 changed files with 2 additions and 2 deletions

View File

@@ -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-alpha.4"
version = "0.10.0-alpha.5"
description = "Email client"
readme = "README.md"
homepage = "https://lettre.rs"

View File

@@ -30,7 +30,7 @@
//! * **serde**: Serialization/Deserialization of entities
//! * **hostname**: Ability to try to use actual hostname in SMTP transaction
#![doc(html_root_url = "https://docs.rs/crate/lettre/0.10.0-alpha.4")]
#![doc(html_root_url = "https://docs.rs/crate/lettre/0.10.0-alpha.5")]
#![doc(html_favicon_url = "https://lettre.rs/favicon.ico")]
#![doc(html_logo_url = "https://avatars0.githubusercontent.com/u/15113230?v=4")]
#![forbid(unsafe_code)]