chore(all): Prepare 0.10.0-alpha.3 release
This commit is contained in:
committed by
Alexis Mousset
parent
0b8d5d20ad
commit
f1e86c809d
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "lettre"
|
||||
version = "0.10.0-alpha.2" # remember to update html_root_url and README.md
|
||||
version = "0.10.0-alpha.3" # remember to update html_root_url and README.md
|
||||
description = "Email client"
|
||||
readme = "README.md"
|
||||
homepage = "https://lettre.rs"
|
||||
|
||||
@@ -59,7 +59,7 @@ To use this library, add the following to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
lettre = "0.10.0-alpha.2"
|
||||
lettre = "0.10.0-alpha.3"
|
||||
```
|
||||
|
||||
```rust,no_run
|
||||
|
||||
@@ -27,7 +27,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.2")]
|
||||
#![doc(html_root_url = "https://docs.rs/crate/lettre/0.10.0-alpha.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)]
|
||||
|
||||
Reference in New Issue
Block a user