feat(all): Require rust 1.32

This commit is contained in:
Alexis Mousset
2019-05-05 20:07:38 +02:00
parent c33de49fbb
commit 4828cf4e92
3 changed files with 4 additions and 4 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.26 or newer. Add the following to your `Cargo.toml`:
Lettre requires Rust 1.32 or newer. Add the following to your `Cargo.toml`:
```toml
[dependencies]