Skip to content

Commit e4e06ab

Browse files
authored
Merge pull request #4730 from robamu/bump-allowed-cortex-ar-range
bump cortex-ar to v0.3
2 parents 194a721 + c0d3507 commit e4e06ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

embassy-executor/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Upgraded rtos-trace
1414
- Added optional "highest priority" scheduling
1515
- Added optional "earliest deadline first" EDF scheduling
16+
- Bump `cortex-ar` to v0.3
1617

1718
## 0.9.1 - 2025-08-31
1819

embassy-executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ portable-atomic = { version = "1.5", optional = true }
9898
cortex-m = { version = "0.7.6", optional = true }
9999

100100
# arch-cortex-ar dependencies
101-
cortex-ar = { version = "0.2", optional = true }
101+
cortex-ar = { version = "0.3", optional = true }
102102

103103
# arch-wasm dependencies
104104
wasm-bindgen = { version = "0.2.82", optional = true }

0 commit comments

Comments
 (0)