aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/Cargo.toml
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2025-06-04 12:22:32 +0200
committerDario Nieuwenhuis <[email protected]>2025-09-11 14:45:06 +0200
commitd88ea8dd2adefba42489173d5119e888ffa73f07 (patch)
tree1e320c64db8ca3f92c0fd8ae6d8a43ca74de69ed /embassy-executor/Cargo.toml
parent7af8f35a50c631802615044e12cc9c74614f78bb (diff)
Update with cordyceps changes
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]