Skip to content

Commit

Permalink
Bump MSRV to 1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
Remoun Metyas committed Feb 24, 2022
1 parent d95fc91 commit 1e9b835
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down

0 comments on commit 1e9b835

Please sign in to comment.