From bb314f955ffd0da87a78f3e8a349c11ba4253ad4 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Mon, 20 Apr 2020 23:02:24 +0100 Subject: [PATCH] Add MSRV note to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 18fac62f..a098d987 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ This project is developed and maintained by the [Cortex-M team][team]. ## [Documentation](https://docs.rs/crate/cortex-m) +## Minimum Supported Rust Version (MSRV) + +This crate is guaranteed to compile on stable Rust 1.31 and up. It might compile with older versions but that may change in any new patch release. + ## License Licensed under either of