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 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v4
15
- - uses : dtolnay/rust-toolchain@stable
15
+ - uses : dtolnay/rust-toolchain@1.61
16
16
with :
17
17
components : clippy
18
18
- 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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ - MSRV is 1.61 to match cortex-m-rt crate
11
+
10
12
## [ v0.7.7] - 2023-01-03
11
13
12
14
- 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"
14
14
version = " 0.7.7"
15
15
edition = " 2018"
16
16
links = " cortex-m" # prevent multiple versions of this crate to be linked together
17
+ rust-version = " 1.61"
17
18
18
19
[dependencies ]
19
20
bare-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].
11
11
12
12
## Minimum Supported Rust Version (MSRV)
13
13
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.
15
15
16
16
## License
17
17
You can’t perform that action at this time.
0 commit comments