aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-09-05 14:57:05 +0200
committerDario Nieuwenhuis <[email protected]>2025-09-05 14:57:05 +0200
commit286d887529c66d8d1b4c7b56849e7a95386d79db (patch)
treedc46ee5e7b8830d6836fc78864965b8e5b49aef5 /embassy-executor/Cargo.toml
parent70aaa82e490a8c5637de7e38cb636f04c1d187f7 (diff)
executor: always name main task `main`, not just with rtos-trace.
Also fixes the warning about the `rtos-trace` feature not existing in embassy-executor-macros.
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