Skip to content

Commit acc10cf

Browse files
newAMthejpster
authored andcommitted
MSRV: 1.60 -> 1.61
This aligns with the MSRV for syn
1 parent f100519 commit acc10cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cortex-m/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
- MSRV is 1.61 to match cortex-m-rt crate
10+
- Bumped MSRV to 1.61 for compatibility with syn versions >=2.0.68 and to match cortex-m-rt crate
1111

1212
## [v0.7.7] - 2023-01-03
1313

cortex-m/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
//!
6464
//! # Minimum Supported Rust Version (MSRV)
6565
//!
66-
//! This crate is guaranteed to compile on stable Rust 1.59 and up. It *might*
66+
//! This crate is guaranteed to compile on stable Rust 1.61 and up. It *might*
6767
//! compile with older versions but that may change in any new patch release.
6868
6969
#![deny(missing_docs)]

0 commit comments

Comments
 (0)