aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2020-05-17 15:01:49 +0000
committerGravatar GitHub <noreply@github.com> 2020-05-17 15:01:49 +0000
commit3e87f514d2e47102b2eee74939106fc20558d58b (patch)
treee8802032d669305982bd0efca460f4cb97495d98
parentc47591cd94c00bd1e4cc6bf457966657a7598451 (diff)
parentbb314f955ffd0da87a78f3e8a349c11ba4253ad4 (diff)
downloadcortex-m-3e87f514d2e47102b2eee74939106fc20558d58b.tar.gz
cortex-m-3e87f514d2e47102b2eee74939106fc20558d58b.tar.zst
cortex-m-3e87f514d2e47102b2eee74939106fc20558d58b.zip
Merge #207
207: Add MSRV note to README r=therealprof a=adamgreig Ref. https://github.com/rust-embedded/wg/issues/445 Co-authored-by: Adam Greig <adam@adamgreig.com>
-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