diff options
author | 2020-05-17 15:01:49 +0000 | |
---|---|---|
committer | 2020-05-17 15:01:49 +0000 | |
commit | 3e87f514d2e47102b2eee74939106fc20558d58b (patch) | |
tree | e8802032d669305982bd0efca460f4cb97495d98 | |
parent | c47591cd94c00bd1e4cc6bf457966657a7598451 (diff) | |
parent | bb314f955ffd0da87a78f3e8a349c11ba4253ad4 (diff) | |
download | cortex-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.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |