Skip to content

Commit c27c8e5

Browse files
Update documented MSRV
1 parent b715d1b commit c27c8e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project is developed and maintained by the [Cortex-M team][team].
1111

1212
## Minimum Supported Rust Version (MSRV)
1313

14-
This crate is guaranteed to compile on stable Rust 1.31 and up. It might compile with older versions but that may change in any new patch release.
14+
This crate is guaranteed to compile on stable Rust 1.38 and up. It might compile with older versions but that may change in any new patch release.
1515

1616
## License
1717

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
//!
5353
//! # Minimum Supported Rust Version (MSRV)
5454
//!
55-
//! This crate is guaranteed to compile on stable Rust 1.31 and up. It *might*
55+
//! This crate is guaranteed to compile on stable Rust 1.38 and up. It *might*
5656
//! compile with older versions but that may change in any new patch release.
5757
5858
#![cfg_attr(feature = "inline-asm", feature(asm))]

0 commit comments

Comments
 (0)