Skip to content

Commit 0672a1c

Browse files
bors[bot]eldruin
andauthored
Merge #264
264: Document MSRV in README r=korken89 a=eldruin See: rust-embedded/wg#445 Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents d72d3bd + 1b35541 commit 0672a1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cortex-m-rt/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ This project is developed and maintained by the [Cortex-M team][team].
99

1010
# [Documentation](https://docs.rs/cortex-m-rt)
1111

12+
# Minimum Supported Rust Version (MSRV)
13+
14+
This crate is guaranteed to compile on stable Rust 1.39.0 and up. It *might*
15+
compile with older versions but that may change in any new patch release.
16+
1217
# License
1318

1419
Licensed under either of

0 commit comments

Comments
 (0)