Bump MSRV to 1.49 (#656)

This commit is contained in:
Paolo Barbolini
2021-08-02 11:26:25 +02:00
committed by GitHub
parent e875d9ff64
commit 9f550bce86
3 changed files with 4 additions and 4 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.46
* MSRV is now 1.49
* 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,