Prepare 0.10.0-rc.4 (#691)

This commit is contained in:
Paolo Barbolini
2021-10-29 09:22:53 +02:00
committed by GitHub
parent a89383cdb6
commit 94cc0149d1
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
Several breaking changes were made between 0.9 and 0.10, but changes should be straightforward:
* MSRV is now 1.49
* MSRV is now 1.52.1
* The `lettre_email` crate has been merged into `lettre`. To migrate, replace `lettre_email` with `lettre::message`
and make sure to enable the `builder` feature (it's enabled by default).
* `SendableEmail` has been renamed to `Email` and `EmailBuilder::build()` produces it directly. To migrate,