From f6ecf30f356a638362aaf4149687d277a96e6380 Mon Sep 17 00:00:00 2001 From: Jan Scheer Date: Tue, 9 Aug 2022 10:02:13 +0200 Subject: [PATCH] README: add badge for MSRV * add badge for MSRV * use the term "Minimum Supported Rust Version (MSRV)" --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ef958a96..83bdc0fcb 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [![Build Status (FreeBSD)](https://api.cirrus-ci.com/github/uutils/coreutils.svg)](https://cirrus-ci.com/github/uutils/coreutils/master) [![CodeCov](https://codecov.io/gh/uutils/coreutils/branch/master/graph/badge.svg)](https://codecov.io/gh/uutils/coreutils) +![MSRV](https://img.shields.io/badge/MSRV-1.56.1-brightgreen) ----------------------------------------------- @@ -50,7 +51,7 @@ Both can also be generated locally, the instructions for that can be found in th ### Rust Version uutils follows Rust's release channels and is tested against stable, beta and nightly. -The current oldest supported version of the Rust compiler is `1.56.1`. +The current Minimum Supported Rust Version (MSRV) is `1.56.1`. ## Building