Skip to content

Commit

Permalink
Bump MSRV to 1.52.1 (lettre#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini authored Sep 12, 2021
1 parent 14079bf commit 941a00b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:


Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! * Secure defaults
//! * Async support
//!
//! Lettre requires Rust 1.46 or newer.
//! Lettre requires Rust 1.52.1 or newer.
//!
//! ## Features
//!
Expand Down

0 comments on commit 941a00b

Please sign in to comment.