Merge pull request #4730 from robamu/bump-allowed-cortex-ar-range

bump cortex-ar to v0.3
This commit is contained in:
Dario Nieuwenhuis 2025-10-02 17:31:21 +00:00 committed by GitHub
commit e4e06ab5b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgraded rtos-trace
- Added optional "highest priority" scheduling
- Added optional "earliest deadline first" EDF scheduling
- Bump `cortex-ar` to v0.3
## 0.9.1 - 2025-08-31

View File

@ -98,7 +98,7 @@ portable-atomic = { version = "1.5", optional = true }
cortex-m = { version = "0.7.6", optional = true }
# arch-cortex-ar dependencies
cortex-ar = { version = "0.2", optional = true }
cortex-ar = { version = "0.3", optional = true }
# arch-wasm dependencies
wasm-bindgen = { version = "0.2.82", optional = true }