File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v4
15- - uses : dtolnay/rust-toolchain@stable
15+ - uses : dtolnay/rust-toolchain@1.61
1616 with :
1717 components : clippy
1818 - run : cargo clippy --all --features cortex-m/critical-section-single-core -- --deny warnings
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ 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
11+
1012## [ v0.7.7] - 2023-01-03
1113
1214- Add missing documentation for ` critical-section-single-core ` feature added
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ repository = "https://github.com/rust-embedded/cortex-m"
1414version = " 0.7.7"
1515edition = " 2018"
1616links = " cortex-m" # prevent multiple versions of this crate to be linked together
17+ rust-version = " 1.61"
1718
1819[dependencies ]
1920bare-metal = { version = " 0.2.4" , features = [" const-fn" ] }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This project is developed and maintained by the [Cortex-M team][team].
1111
1212## Minimum Supported Rust Version (MSRV)
1313
14- This crate is guaranteed to compile on stable Rust 1.59 and up. It might compile with older versions but that may change in any new patch release.
14+ This crate is guaranteed to compile on stable Rust 1.61 and up. It might compile with older versions but that may change in any new patch release.
1515
1616## License
1717
You can’t perform that action at this time.
0 commit comments