mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-12-30 05:10:57 +00:00
Merge pull request #4730 from robamu/bump-allowed-cortex-ar-range
bump cortex-ar to v0.3
This commit is contained in:
commit
e4e06ab5b1
@ -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
|
||||
|
||||
|
||||
@ -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 }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user