diff options
author | 2022-01-12 01:18:34 +0000 | |
---|---|---|
committer | 2022-01-12 01:18:34 +0000 | |
commit | 38897fa7a2ecd726c63291822cc259ffee73d698 (patch) | |
tree | 06e10fef524262ea7c298eae11b5f07ced3b2164 /cortex-m-rt | |
parent | 731422e3fa9d243bf3fd45db93446d4eadf3761d (diff) | |
download | cortex-m-38897fa7a2ecd726c63291822cc259ffee73d698.tar.gz cortex-m-38897fa7a2ecd726c63291822cc259ffee73d698.tar.zst cortex-m-38897fa7a2ecd726c63291822cc259ffee73d698.zip |
Bump cortex-m-rt MSRV 1.39->1.40 to support non_exhaustive in cortex-m
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 // |