From 313eb74ea5c8bb600db6542bfeedbf034e40a492 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Tue, 20 Oct 2020 09:31:27 +0200 Subject: [PATCH] Fix MSRV in docs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index d2f6628..92fa0f6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,7 +5,7 @@ //! * Unicode support //! * Secure defaults //! -//! Lettre requires Rust 1.40 or newer. +//! Lettre requires Rust 1.45 or newer. //! //! ## Optional features //!