diff options
author | 2022-01-23 10:28:06 -0800 | |
---|---|---|
committer | 2022-01-23 10:28:06 -0800 | |
commit | 000279dd5984e7f1de90c9225ddafdaea61ed0cb (patch) | |
tree | b00e66deef005f0fcc57e997bfd5c7ed8bc3857e /src | |
parent | 3e8055719ba2bccd7a08dfb9df7023bf7a48aaeb (diff) | |
download | cortex-m-000279dd5984e7f1de90c9225ddafdaea61ed0cb.tar.gz cortex-m-000279dd5984e7f1de90c9225ddafdaea61ed0cb.tar.zst cortex-m-000279dd5984e7f1de90c9225ddafdaea61ed0cb.zip |
Bump MSRV from 1.40 to 1.42, fix clippy::match_like_matches_macro
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ //! //! # Minimum Supported Rust Version (MSRV) //! -//! This crate is guaranteed to compile on stable Rust 1.40 and up. It *might* +//! This crate is guaranteed to compile on stable Rust 1.42 and up. It *might* //! compile with older versions but that may change in any new patch release. #![cfg_attr(feature = "inline-asm", feature(asm))] |