diff options
| author | James Munns <[email protected]> | 2025-04-01 18:35:41 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-11 14:45:06 +0200 |
| commit | 8c70aafd4be63ff7af895f116444fb81438ae6e0 (patch) | |
| tree | 9d34e4eebf29b9a6e32b477691721ff30b737c88 /embassy-executor/Cargo.toml | |
| parent | 1f50e4d496458dbc7fccd9d028217ebfa7735471 (diff) | |
Make some things more consistent
Diffstat (limited to 'embassy-executor/Cargo.toml')
| -rw-r--r-- | embassy-executor/Cargo.toml | 4 |
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 } | |||
| 77 | avr-device = { version = "0.7.0", optional = true } | 77 | avr-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 | ||
| 80 | version = "0.3" | 82 | version = "0.3" |
| 81 | git = "https://github.com/hawkw/mycelium" | 83 | git = "https://github.com/hawkw/mycelium" |
| 82 | rev = "aaad19480d175bfc290f1d4dc2d435c6eb3d9fc5" | 84 | rev = "9649db0525b9972b95937d83d52d3f51cc486281" |
| 83 | optional = true | 85 | optional = true |
| 84 | 86 | ||
| 85 | [dev-dependencies] | 87 | [dev-dependencies] |
