mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 06:40:32 +00:00
chore: Release embassy-executor version 0.8.0
This commit is contained in:
parent
746d4fe3a3
commit
afc8be91a8
@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
<!-- next-header -->
|
<!-- next-header -->
|
||||||
## Unreleased - ReleaseDate
|
## Unreleased - ReleaseDate
|
||||||
|
|
||||||
|
## 0.8.0 - 2025-07-31
|
||||||
|
|
||||||
- Added `SpawnToken::id`
|
- Added `SpawnToken::id`
|
||||||
- Task pools are now statically allocated on stable rust. All `task-arena-size-*` features have been removed and are no longer necessary.
|
- Task pools are now statically allocated on stable rust. All `task-arena-size-*` features have been removed and are no longer necessary.
|
||||||
- New trace hooks: `_embassy_trace_poll_start` & `_embassy_trace_task_end`
|
- New trace hooks: `_embassy_trace_poll_start` & `_embassy_trace_task_end`
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "embassy-executor"
|
name = "embassy-executor"
|
||||||
version = "0.7.0"
|
version = "0.8.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "async/await executor designed for embedded usage"
|
description = "async/await executor designed for embedded usage"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user