aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-executor/Cargo.toml')
-rw-r--r--embassy-executor/Cargo.toml5
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
87version = "0.3" 86version = "0.3"
88git = "https://github.com/hawkw/mycelium" 87git = "https://github.com/hawkw/mycelium"
89rev = "9649db0525b9972b95937d83d52d3f51cc486281" 88rev = "1dad987b483078b248ac3e2e7a75f1ff2b463cc4"
90 89
91[dev-dependencies] 90[dev-dependencies]
92critical-section = { version = "1.1", features = ["std"] } 91critical-section = { version = "1.1", features = ["std"] }