aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Alex Martens <alex@thinglab.org> 2022-01-23 10:28:06 -0800
committerGravatar Alex Martens <alex@thinglab.org> 2022-01-23 10:28:06 -0800
commit000279dd5984e7f1de90c9225ddafdaea61ed0cb (patch)
treeb00e66deef005f0fcc57e997bfd5c7ed8bc3857e /src
parent3e8055719ba2bccd7a08dfb9df7023bf7a48aaeb (diff)
downloadcortex-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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0914639..dd46fd7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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))]