diff options
-rw-r--r-- | cortex-m-rt/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cortex-m-rt/README.md b/cortex-m-rt/README.md index a251695..a305373 100644 --- a/cortex-m-rt/README.md +++ b/cortex-m-rt/README.md @@ -9,6 +9,11 @@ This project is developed and maintained by the [Cortex-M team][team]. # [Documentation](https://docs.rs/cortex-m-rt) +# Minimum Supported Rust Version (MSRV) + +This crate is guaranteed to compile on stable Rust 1.39.0 and up. It *might* +compile with older versions but that may change in any new patch release. + # License Licensed under either of |