diff options
Diffstat (limited to 'embassy-executor/Cargo.toml')
| -rw-r--r-- | embassy-executor/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index a79bd89f5..ec5aca46d 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -32,7 +32,7 @@ defmt = { version = "0.3", optional = true } | |||
| 32 | log = { version = "0.4.14", optional = true } | 32 | log = { version = "0.4.14", optional = true } |
| 33 | rtos-trace = { version = "0.1.2", optional = true } | 33 | rtos-trace = { version = "0.1.2", optional = true } |
| 34 | 34 | ||
| 35 | embassy-macros = { version = "0.2.1", path = "../embassy-macros" } | 35 | embassy-executor-macros = { version = "0.4.0", path = "../embassy-executor-macros" } |
| 36 | embassy-time = { version = "0.2", path = "../embassy-time", optional = true} | 36 | embassy-time = { version = "0.2", path = "../embassy-time", optional = true} |
| 37 | critical-section = "1.1" | 37 | critical-section = "1.1" |
| 38 | 38 | ||
| @@ -66,7 +66,7 @@ executor-thread = [] | |||
| 66 | executor-interrupt = [] | 66 | executor-interrupt = [] |
| 67 | 67 | ||
| 68 | # Enable nightly-only features | 68 | # Enable nightly-only features |
| 69 | nightly = ["embassy-macros/nightly"] | 69 | nightly = ["embassy-executor-macros/nightly"] |
| 70 | 70 | ||
| 71 | turbowakers = [] | 71 | turbowakers = [] |
| 72 | 72 | ||
