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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index 34468e4f9..0ea18acbc 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -81,7 +81,7 @@ avr-device = { version = "0.7.0", optional = true }
81# version = "0.3.3" 81# version = "0.3.3"
82# todo: update after https://github.com/hawkw/mycelium/pull/537 is merged 82# todo: update after https://github.com/hawkw/mycelium/pull/537 is merged
83git = "https://github.com/hawkw/mycelium" 83git = "https://github.com/hawkw/mycelium"
84rev = "86c428eecfd37ee24dd81f14c4a9f5c8ecefcf17" 84rev = "e21f9756e7d787a023f2ef1bc7f2159cc7dd26e0"
85 85
86# Note: this is ONLY a dependency when the target does NOT have atomics 86# Note: this is ONLY a dependency when the target does NOT have atomics
87[target.'cfg(not(target_has_atomic="ptr"))'.dependencies.mutex] 87[target.'cfg(not(target_has_atomic="ptr"))'.dependencies.mutex]