Bump MSRV to 1.65 (#881)

This commit is contained in:
Paolo Barbolini
2023-06-23 09:11:57 +02:00
committed by GitHub
parent cd0c032f71
commit 92f5460132
4 changed files with 6 additions and 6 deletions

View File

@@ -53,12 +53,12 @@ Lettre does not provide (for now):
## Supported Rust Versions
Lettre supports all Rust versions released in the last 6 months. At the time of writing
the minimum supported Rust version is 1.63, but this could change at any time either from
the minimum supported Rust version is 1.65, but this could change at any time either from
one of our dependencies bumping their MSRV or by a new patch release of lettre.
## Example
This library requires Rust 1.63 or newer.
This library requires Rust 1.65 or newer.
To use this library, add the following to your `Cargo.toml`:
```toml