Change MSRV to 1.36 (due to smallvec update)

This commit is contained in:
Alexis Mousset
2019-11-30 11:25:06 +01:00
parent a4627f139a
commit d227cd4384
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ Lettre is an email library that allows creating and sending messages. It provide
The `lettre_email` crate allows you to compose messages, and the `lettre`
provide transports to send them.
Lettre requires Rust 1.34 or newer. Add the following to your `Cargo.toml`:
Lettre requires Rust 1.36 or newer. Add the following to your `Cargo.toml`:
```toml
[dependencies]