From d89101dfbd930b6cd08d60f15e057592efc21b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Tue, 23 Nov 2021 18:34:02 +0300 Subject: [PATCH] update MSRV policy section --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46f39dfa8..9bfcaf52f 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,9 @@ The following describes the security level ratings associated with each hash fun See the [Security] page on Wikipedia for more information. -### Minimum Supported Rust Version (MSRV) +### Minimum Supported Rust Version (MSRV) Policy -All crates in this repository support Rust 1.41 or higher. -In future minimally supported version of Rust can be changed, but it will be done with a minor version bump. +MSRV bumps are considered breaking changes and will be performed only with minor version bump. ## Usage