aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2020-04-20 23:02:24 +0100
committerGravatar Adam Greig <adam@adamgreig.com> 2020-05-05 20:42:00 +0100
commitbb314f955ffd0da87a78f3e8a349c11ba4253ad4 (patch)
tree60f06082e84fa4a75ce919998f61565d07356549
parent74944356f7d30c3578b1117410065a6271603b0e (diff)
downloadcortex-m-bb314f955ffd0da87a78f3e8a349c11ba4253ad4.tar.gz
cortex-m-bb314f955ffd0da87a78f3e8a349c11ba4253ad4.tar.zst
cortex-m-bb314f955ffd0da87a78f3e8a349c11ba4253ad4.zip
Add MSRV note to README
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 18fac62..a098d98 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