Skip to content

Commit a4116ad

Browse files
committed
bump cortex-ar MSRV to v1.83
1 parent ecd43a0 commit a4116ad

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
name: Build
66

77
jobs:
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:

cortex-ar/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

cortex-ar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name = "cortex-ar"
2121
readme = "README.md"
2222
repository = "https://github.com/rust-embedded/cortex-ar.git"
2323
homepage = "https://github.com/rust-embedded/cortex-ar.git"
24-
rust-version = "1.82"
24+
rust-version = "1.83"
2525
version = "0.2.0"
2626

2727
[dependencies]

0 commit comments

Comments
 (0)