aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor-macros/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-macros/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-macros/Cargo.toml')
-rw-r--r--embassy-executor-macros/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-executor-macros/Cargo.toml b/embassy-executor-macros/Cargo.toml
index f803e6644..9c2b40d03 100644
--- a/embassy-executor-macros/Cargo.toml
+++ b/embassy-executor-macros/Cargo.toml
@@ -23,3 +23,4 @@ proc-macro = true
23 23
24[features] 24[features]
25nightly = [] 25nightly = []
26metadata-name = []