aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/Cargo.toml
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2025-04-01 18:35:41 +0200
committerDario Nieuwenhuis <[email protected]>2025-09-11 14:45:06 +0200
commit8c70aafd4be63ff7af895f116444fb81438ae6e0 (patch)
tree9d34e4eebf29b9a6e32b477691721ff30b737c88 /embassy-executor/Cargo.toml
parent1f50e4d496458dbc7fccd9d028217ebfa7735471 (diff)
Make some things more consistent
Diffstat (limited to 'embassy-executor/Cargo.toml')
-rw-r--r--embassy-executor/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index db664a819..80b5867c9 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -77,9 +77,11 @@ js-sys = { version = "0.3", optional = true }
77avr-device = { version = "0.7.0", optional = true } 77avr-device = { version = "0.7.0", optional = true }
78 78
79[dependencies.cordyceps] 79[dependencies.cordyceps]
80# note: targeting v0.3.3, to be released when
81# https://github.com/hawkw/mycelium/pull/520 is merged
80version = "0.3" 82version = "0.3"
81git = "https://github.com/hawkw/mycelium" 83git = "https://github.com/hawkw/mycelium"
82rev = "aaad19480d175bfc290f1d4dc2d435c6eb3d9fc5" 84rev = "9649db0525b9972b95937d83d52d3f51cc486281"
83optional = true 85optional = true
84 86
85[dev-dependencies] 87[dev-dependencies]