diff options
| author | James Munns <[email protected]> | 2025-04-02 23:30:40 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-11 14:45:06 +0200 |
| commit | 08a57b1cb0c3c4a40bd03e6e6ea1c97777300cf4 (patch) | |
| tree | 5f3da71e199af3a15c8e99878a25580b781c2dbe /embassy-executor/Cargo.toml | |
| parent | 2a068c528383b3ddc1213b9a5da5445498962bd2 (diff) | |
Update with changes from the PR
Diffstat (limited to 'embassy-executor/Cargo.toml')
| -rw-r--r-- | embassy-executor/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index 06e12ae7e..ab95b2939 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -82,11 +82,10 @@ avr-device = { version = "0.7.0", optional = true } | |||
| 82 | # `run_queue_atomics` would be enabled, and NOT when `run_queue_critical_section` | 82 | # `run_queue_atomics` would be enabled, and NOT when `run_queue_critical_section` |
| 83 | # would be enabled. | 83 | # would be enabled. |
| 84 | [target.'cfg(target_has_atomic="ptr")'.dependencies.cordyceps] | 84 | [target.'cfg(target_has_atomic="ptr")'.dependencies.cordyceps] |
| 85 | # TODO: targeting v0.3.3, to be released when | 85 | # TODO: targeting v0.3.3, to be released soon |
| 86 | # https://github.com/hawkw/mycelium/pull/520 is merged | ||
| 87 | version = "0.3" | 86 | version = "0.3" |
| 88 | git = "https://github.com/hawkw/mycelium" | 87 | git = "https://github.com/hawkw/mycelium" |
| 89 | rev = "9649db0525b9972b95937d83d52d3f51cc486281" | 88 | rev = "1dad987b483078b248ac3e2e7a75f1ff2b463cc4" |
| 90 | 89 | ||
| 91 | [dev-dependencies] | 90 | [dev-dependencies] |
| 92 | critical-section = { version = "1.1", features = ["std"] } | 91 | critical-section = { version = "1.1", features = ["std"] } |
