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 ed72a585f..7763adbe5 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -112,7 +112,7 @@ arch-spin = ["_arch"]
112#! ### Metadata 112#! ### Metadata
113 113
114## Enable the `name` field in task metadata. 114## Enable the `name` field in task metadata.
115metadata-name = [] 115metadata-name = ["embassy-executor-macros/metadata-name"]
116 116
117#! ### Executor 117#! ### Executor
118 118