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/src | |
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/src')
-rw-r--r-- | cortex-m-rt/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 // |