diff options
| author | Robin Mueller <[email protected]> | 2025-10-02 10:04:47 +0200 |
|---|---|---|
| committer | Robin Mueller <[email protected]> | 2025-10-02 11:13:19 +0200 |
| commit | c0d3507728e424567a63cc8ba8989b981ee02be4 (patch) | |
| tree | ca0c310eba7cdff860a49bc4a51d8b1945fe4271 /embassy-executor/Cargo.toml | |
| parent | f3f29cdd531f5329d797c29af66c4aac1acd7574 (diff) | |
bump cortex-ar to v0.3
Diffstat (limited to 'embassy-executor/Cargo.toml')
| -rw-r--r-- | embassy-executor/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 } | |||
| 98 | cortex-m = { version = "0.7.6", optional = true } | 98 | cortex-m = { version = "0.7.6", optional = true } |
| 99 | 99 | ||
| 100 | # arch-cortex-ar dependencies | 100 | # arch-cortex-ar dependencies |
| 101 | cortex-ar = { version = "0.2", optional = true } | 101 | cortex-ar = { version = "0.3", optional = true } |
| 102 | 102 | ||
| 103 | # arch-wasm dependencies | 103 | # arch-wasm dependencies |
| 104 | wasm-bindgen = { version = "0.2.82", optional = true } | 104 | wasm-bindgen = { version = "0.2.82", optional = true } |
