Skip to content

Commit b876896

Browse files
committed
Address review comments: fix MSRV in docs
1 parent ba86f7b commit b876896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
//!
6464
//! # Minimum Supported Rust Version (MSRV)
6565
//!
66-
//! This crate is guaranteed to compile on stable Rust 1.59 and up. It *might*
66+
//! This crate is guaranteed to compile on stable Rust 1.61 and up. It *might*
6767
//! compile with older versions but that may change in any new patch release.
6868
6969
#![deny(missing_docs)]

0 commit comments

Comments
 (0)