diff options
author | 2020-04-21 17:58:12 +0000 | |
---|---|---|
committer | 2020-04-21 17:58:12 +0000 | |
commit | 0672a1c2bdb11ba90d54794ce2389f98cb7a3060 (patch) | |
tree | c1676d526e9de6dca09e05a68ebfae757b31b32d | |
parent | d72d3bd78d960b2b0aa4609f64c9c5c2a403b0aa (diff) | |
parent | 1b355413392b241afe0c3f333a5545453306d95d (diff) | |
download | cortex-m-0672a1c2bdb11ba90d54794ce2389f98cb7a3060.tar.gz cortex-m-0672a1c2bdb11ba90d54794ce2389f98cb7a3060.tar.zst cortex-m-0672a1c2bdb11ba90d54794ce2389f98cb7a3060.zip |
Merge #264
264: Document MSRV in README r=korken89 a=eldruin
See: https://github.com/rust-embedded/wg/issues/445
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
-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 |