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 5
5
name : Build
6
6
7
7
jobs :
8
- # Define Rust versions dynamically
8
+ # Define Rust versions dynamically. Test stable and MSRV.
9
9
setup :
10
10
runs-on : ubuntu-latest
11
11
outputs :
12
12
matrix : ${{ steps.set-matrix.outputs.rust_versions }}
13
13
steps :
14
14
- id : set-matrix
15
15
run : |
16
- echo 'rust_versions={"rust": ["stable", "1.82 "]}' >> "$GITHUB_OUTPUT"
16
+ echo 'rust_versions={"rust": ["stable", "1.83 "]}' >> "$GITHUB_OUTPUT"
17
17
18
18
# Build the workspace for a target architecture
19
19
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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ - Bumped MSRV for ` cortex-ar ` to v1.83 to allow compatibility with ` arbitrary-int ` v2.
11
+
10
12
### Added
11
13
12
14
- ` dmb ` data memory barrier in ASM module.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ name = "cortex-ar"
21
21
readme = " README.md"
22
22
repository = " https://github.com/rust-embedded/cortex-ar.git"
23
23
homepage = " https://github.com/rust-embedded/cortex-ar.git"
24
- rust-version = " 1.82 "
24
+ rust-version = " 1.83 "
25
25
version = " 0.2.0"
26
26
27
27
[dependencies ]
You can’t perform that action at this time.
0 commit comments