diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-11 22:57:29 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-11 23:01:24 +0100 |
| commit | 22197320ff5dcef6cdc692a4c556ea9eae270074 (patch) | |
| tree | dd6614d87bd2751c1ca3a131efc10c2e8826de58 /embassy-executor | |
| parent | f0606da9adc8032cc92c06c0661b385742459fc8 (diff) | |
bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.
Diffstat (limited to 'embassy-executor')
| -rw-r--r-- | embassy-executor/CHANGELOG.md | 4 | ||||
| -rw-r--r-- | embassy-executor/Cargo.toml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md index 5c6749230..77c64fd8e 100644 --- a/embassy-executor/CHANGELOG.md +++ b/embassy-executor/CHANGELOG.md | |||
| @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 7 | 7 | ||
| 8 | ## Unreleased | 8 | ## Unreleased |
| 9 | 9 | ||
| 10 | ## 0.5.0 - 2024-01-11 | ||
| 11 | |||
| 12 | - Updated to `embassy-time-driver 0.1`, `embassy-time-queue-driver 0.1`, compatible with `embassy-time v0.3` and higher. | ||
| 13 | |||
| 10 | ## 0.4.0 - 2023-12-05 | 14 | ## 0.4.0 - 2023-12-05 |
| 11 | 15 | ||
| 12 | - Removed `arch-xtensa`. Use the executor provided by the HAL crate (`esp-hal`, `esp32s3-hal`, etc...) instead. | 16 | - Removed `arch-xtensa`. Use the executor provided by the HAL crate (`esp-hal`, `esp32s3-hal`, etc...) instead. |
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index da3c9a4fc..2ef3f5294 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-executor" | 2 | name = "embassy-executor" |
| 3 | version = "0.4.0" | 3 | version = "0.5.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | description = "async/await executor designed for embedded usage" | 6 | description = "async/await executor designed for embedded usage" |
