From 941a00bcaa2f0e900902dd904c7296ba5ea3e547 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sun, 12 Sep 2021 20:40:26 +0200 Subject: [PATCH] Bump MSRV to 1.52.1 (#671) --- .github/workflows/test.yml | 4 ++-- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29e2d99..6f54c63 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/README.md b/README.md index 25b7e6d..bed86a8 100644 --- a/README.md +++ b/README.md @@ -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`: diff --git a/src/lib.rs b/src/lib.rs index cbaf6bf..5932916 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,7 +6,7 @@ //! * Secure defaults //! * Async support //! -//! Lettre requires Rust 1.46 or newer. +//! Lettre requires Rust 1.52.1 or newer. //! //! ## Features //!