diff options
Diffstat (limited to 'cortex-m-rt')
-rw-r--r-- | cortex-m-rt/README.md | 2 | ||||
-rw-r--r-- | cortex-m-rt/src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cortex-m-rt/README.md b/cortex-m-rt/README.md index a305373..9857720 100644 --- a/cortex-m-rt/README.md +++ b/cortex-m-rt/README.md @@ -11,7 +11,7 @@ This project is developed and maintained by the [Cortex-M team][team]. # Minimum Supported Rust Version (MSRV) -This crate is guaranteed to compile on stable Rust 1.39.0 and up. It *might* +This crate is guaranteed to compile on stable Rust 1.40.0 and up. It *might* compile with older versions but that may change in any new patch release. # License diff --git a/cortex-m-rt/src/lib.rs b/cortex-m-rt/src/lib.rs index 43c8090..8003326 100644 --- a/cortex-m-rt/src/lib.rs +++ b/cortex-m-rt/src/lib.rs @@ -418,7 +418,7 @@ //! //! # Minimum Supported Rust Version (MSRV) //! -//! The MSRV of this release is Rust 1.39.0. +//! The MSRV of this release is Rust 1.40.0. // # Developer notes // |