diff options
Diffstat (limited to 'embassy-executor')
| -rw-r--r-- | embassy-executor/CHANGELOG.md | 4 | ||||
| -rw-r--r-- | embassy-executor/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md index a36d270ba..dd462608b 100644 --- a/embassy-executor/CHANGELOG.md +++ b/embassy-executor/CHANGELOG.md | |||
| @@ -8,8 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 8 | <!-- next-header --> | 8 | <!-- next-header --> |
| 9 | ## Unreleased - ReleaseDate | 9 | ## Unreleased - ReleaseDate |
| 10 | 10 | ||
| 11 | - Added new metadata API for tasks | 11 | - Added new metadata API for tasks. |
| 12 | - Named main task when rtos-trace feature is enabled. | 12 | - Main task automatically gets a name of `main` when the `metadata-name` feature is enabled. |
| 13 | - Upgraded rtos-trace | 13 | - Upgraded rtos-trace |
| 14 | 14 | ||
| 15 | ## 0.9.1 - 2025-08-31 | 15 | ## 0.9.1 - 2025-08-31 |
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. |
| 115 | metadata-name = [] | 115 | metadata-name = ["embassy-executor-macros/metadata-name"] |
| 116 | 116 | ||
| 117 | #! ### Executor | 117 | #! ### Executor |
| 118 | 118 | ||
