File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 55name : Build
66
77jobs :
8- # Define Rust versions dynamically
8+ # Define Rust versions dynamically. Test stable and MSRV.
99 setup :
1010 runs-on : ubuntu-latest
1111 outputs :
1212 matrix : ${{ steps.set-matrix.outputs.rust_versions }}
1313 steps :
1414 - id : set-matrix
1515 run : |
16- echo 'rust_versions={"rust": ["stable", "1.82 "]}' >> "$GITHUB_OUTPUT"
16+ echo 'rust_versions={"rust": ["stable", "1.83 "]}' >> "$GITHUB_OUTPUT"
1717
1818 # Build the workspace for a target architecture
1919 build :
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+ - Bumped MSRV for ` cortex-ar ` to v1.83 to allow compatibility with ` arbitrary-int ` v2.
11+
1012### Added
1113
1214- ` dmb ` data memory barrier in ASM module.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ name = "cortex-ar"
2121readme = " README.md"
2222repository = " https://github.com/rust-embedded/cortex-ar.git"
2323homepage = " https://github.com/rust-embedded/cortex-ar.git"
24- rust-version = " 1.82 "
24+ rust-version = " 1.83 "
2525version = " 0.2.0"
2626
2727[dependencies ]
You can’t perform that action at this time.
0 commit comments