diff options
| author | James Munns <[email protected]> | 2025-04-08 10:05:55 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-11 14:45:06 +0200 |
| commit | b1b2955b604f558d8bd2fcca07b8fd8da3e236fa (patch) | |
| tree | 3844982d987f13f434599d746d578b54233279a4 /embassy-executor/Cargo.toml | |
| parent | b65a3a301a29c737f336ca344f671d4e9793fda8 (diff) | |
Switch to released version of `cordyceps`, add error if used w/o atomics
Diffstat (limited to 'embassy-executor/Cargo.toml')
| -rw-r--r-- | embassy-executor/Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index ab95b2939..e740f9ccf 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -82,10 +82,7 @@ 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 soon | 85 | version = "0.3.3" |
| 86 | version = "0.3" | ||
| 87 | git = "https://github.com/hawkw/mycelium" | ||
| 88 | rev = "1dad987b483078b248ac3e2e7a75f1ff2b463cc4" | ||
| 89 | 86 | ||
| 90 | [dev-dependencies] | 87 | [dev-dependencies] |
| 91 | critical-section = { version = "1.1", features = ["std"] } | 88 | critical-section = { version = "1.1", features = ["std"] } |
