aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
diff options
context:
space:
mode:
authorRobin Mueller <[email protected]>2025-10-02 10:04:47 +0200
committerRobin Mueller <[email protected]>2025-10-02 11:13:19 +0200
commitc0d3507728e424567a63cc8ba8989b981ee02be4 (patch)
treeca0c310eba7cdff860a49bc4a51d8b1945fe4271 /embassy-executor
parentf3f29cdd531f5329d797c29af66c4aac1acd7574 (diff)
bump cortex-ar to v0.3
Diffstat (limited to 'embassy-executor')
-rw-r--r--embassy-executor/CHANGELOG.md1
-rw-r--r--embassy-executor/Cargo.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index 6f079a11a..47a8ae995 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13- Upgraded rtos-trace 13- Upgraded rtos-trace
14- Added optional "highest priority" scheduling 14- Added optional "highest priority" scheduling
15- Added optional "earliest deadline first" EDF scheduling 15- Added optional "earliest deadline first" EDF scheduling
16- Bump `cortex-ar` to v0.3
16 17
17## 0.9.1 - 2025-08-31 18## 0.9.1 - 2025-08-31
18 19
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index 61d060630..6d11bc076 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -98,7 +98,7 @@ portable-atomic = { version = "1.5", optional = true }
98cortex-m = { version = "0.7.6", optional = true } 98cortex-m = { version = "0.7.6", optional = true }
99 99
100# arch-cortex-ar dependencies 100# arch-cortex-ar dependencies
101cortex-ar = { version = "0.2", optional = true } 101cortex-ar = { version = "0.3", optional = true }
102 102
103# arch-wasm dependencies 103# arch-wasm dependencies
104wasm-bindgen = { version = "0.2.82", optional = true } 104wasm-bindgen = { version = "0.2.82", optional = true }