Bump MSRV to 1.52.1 (#671)

This commit is contained in:
Paolo Barbolini
2021-09-12 20:40:26 +02:00
committed by GitHub
parent 14079bff8c
commit 941a00bcaa
3 changed files with 4 additions and 4 deletions

View File

@@ -81,8 +81,8 @@ jobs:
rust: stable
- name: beta
rust: beta
- name: 1.49.0
rust: 1.49.0
- name: 1.52.1
rust: 1.52.1
steps:
- name: Checkout

View File

@@ -65,7 +65,7 @@ Lettre does not provide (for now):
## Example
This library requires Rust 1.49 or newer.
This library requires Rust 1.52.1 or newer.
To use this library, add the following to your `Cargo.toml`:

View File

@@ -6,7 +6,7 @@
//! * Secure defaults
//! * Async support
//!
//! Lettre requires Rust 1.46 or newer.
//! Lettre requires Rust 1.52.1 or newer.
//!
//! ## Features
//!