aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/src/lib.rs
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 /cortex-m-rt/src/lib.rs
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 'cortex-m-rt/src/lib.rs')
-rw-r--r--cortex-m-rt/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/src/lib.rs b/cortex-m-rt/src/lib.rs
index 8003326..752d3d7 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.40.0.
+//! The MSRV of this release is Rust 1.42.0.
// # Developer notes
//