Skip to content

Commit

Permalink
chore(all): Prepare 0.10.0-alpha.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Sep 9, 2020
1 parent 31a3be1 commit 990de68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lettre"
version = "0.10.0-alpha.0" # remember to update html_root_url and README.md
version = "0.10.0-alpha.2" # remember to update html_root_url and README.md
description = "Email client"
readme = "README.md"
homepage = "https://lettre.at"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To use this library, add the following to your `Cargo.toml`:

```toml
[dependencies]
lettre = "0.10.0-alpha.1"
lettre = "0.10.0-alpha.2"
```

```rust,no_run
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//! * **serde**: Serialization/Deserialization of entities
//! * **hostname**: Ability to try to use actual hostname in SMTP transaction
#![doc(html_root_url = "https://docs.rs/lettre/0.10.0")]
#![doc(html_root_url = "https://docs.rs/crate/lettre/0.10.0-alpha.2")]
#![doc(html_favicon_url = "https://lettre.rs/favicon.ico")]
#![doc(html_logo_url = "https://avatars0.githubusercontent.com/u/15113230?v=4")]
#![deny(
Expand Down

0 comments on commit 990de68

Please sign in to comment.