We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f100519 commit acc10cfCopy full SHA for acc10cf
cortex-m/CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
-- MSRV is 1.61 to match cortex-m-rt crate
+- Bumped MSRV to 1.61 for compatibility with syn versions >=2.0.68 and to match cortex-m-rt crate
11
12
## [v0.7.7] - 2023-01-03
13
cortex-m/src/lib.rs
@@ -63,7 +63,7 @@
63
//!
64
//! # Minimum Supported Rust Version (MSRV)
65
66
-//! This crate is guaranteed to compile on stable Rust 1.59 and up. It *might*
+//! This crate is guaranteed to compile on stable Rust 1.61 and up. It *might*
67
//! compile with older versions but that may change in any new patch release.
68
69
#![deny(missing_docs)]
0 commit comments