From 1e9b8356d5739e3f07f3e19b9d25a7b7cd0ae92c Mon Sep 17 00:00:00 2001 From: Remoun Metyas Date: Thu, 24 Feb 2022 14:20:56 -0800 Subject: [PATCH] Bump MSRV to 1.51 --- CHANGELOG.md | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef8f8d3..3b21acf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Entries are listed in reverse chronological order. * Pin `zeroize` to version 1.3 to support a wider range of MSRVs. * Add CI via Github actions. * Fix breakage in the serde unittests. -* MSRV is now 1.41 for production and 1.48 for development. +* MSRV is now 1.51 for production and 1.48 for development. * Add an optional check to `SharedSecret` for contibutory behaviour. * Add implementation of `ReusableSecret` keys which are non-ephemeral, but which cannot be serialised to discourage long-term use. diff --git a/README.md b/README.md index cc9bfd2..568437e 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ x25519-dalek = "2.0.0-pre.2" # MSRV -Current MSRV is 1.41 for production builds, and 1.48 for running tests. +Current MSRV is 1.51 for production builds, and 1.48 for running tests. # Documentation diff --git a/src/lib.rs b/src/lib.rs index 723c2a3..c63d287 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -129,7 +129,7 @@ //! //! # MSRV //! -//! Current MSRV is 1.41 for production builds, and 1.48 for running tests. +//! Current MSRV is 1.51 for production builds, and 1.51 for running tests. //! //! # Documentation //!