Skip to content

Commit b731402

Browse files
committed
Add statement of MSRV to docs
1 parent cf11ef1 commit b731402

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cortex-m-rt/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,10 @@
388388
//! [attr-entry]: attr.entry.html
389389
//! [attr-exception]: attr.exception.html
390390
//! [attr-pre_init]: attr.pre_init.html
391+
//!
392+
//! # Minimum Supported Rust Version (MSRV)
393+
//!
394+
//! The MSRV of this release is Rust 1.32.0.
391395
392396
// # Developer notes
393397
//

0 commit comments

Comments
 (0)