From a495ab6af700f8735b3d8e382d18c5ebf365da96 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Sat, 15 Jun 2024 16:28:54 +0200 Subject: [PATCH] docs: update MSRV policy (#912) --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f8d932894d8..81cf45c807b 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ This repository contains the following crates: [Ledger]: https://www.ledger.com [Trezor]: https://trezor.io -## Supported Rust Versions +## Supported Rust Versions (MSRV) -Alloy will keep a rolling MSRV (minimum supported rust version) policy of **at -least** 6 months. When increasing the MSRV, the new Rust version must have been -released at least six months ago. The current MSRV is 1.76. +The current MSRV (minimum supported rust version) is 1.76. -Note that the MSRV is not increased automatically, and only as part of a minor -release. +Alloy will keep a rolling MSRV policy of **at least** two versions behind the +latest stable release (so if the latest stable release is 1.58, we would +support 1.56). + +Note that the MSRV is not increased automatically, and only as part of a patch +(pre-1.0) or minor (post-1.0) release. ## Contributing