diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-11-12 17:48:36 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-11-12 18:07:50 +0100 |
| commit | 796f6c034a148e1fedb3196a2c73a155f5d0545f (patch) | |
| tree | 4bc0bd4af6167d135f305924c5e73bfd09709299 /embassy-executor | |
| parent | 11a8d7795ec6fbbc4fedb7d60bc0e0f63453bbbb (diff) | |
Release embassy-executor 0.6.3.
Diffstat (limited to 'embassy-executor')
| -rw-r--r-- | embassy-executor/CHANGELOG.md | 5 | ||||
| -rw-r--r-- | embassy-executor/Cargo.toml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md index b342ccc32..e07e3924f 100644 --- a/embassy-executor/CHANGELOG.md +++ b/embassy-executor/CHANGELOG.md | |||
| @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 7 | 7 | ||
| 8 | ## Unreleased | 8 | ## Unreleased |
| 9 | 9 | ||
| 10 | ## 0.6.3 - 2024-11-12 | ||
| 11 | |||
| 12 | - Building with the `nightly` feature now works with the Xtensa Rust compiler 1.82. | ||
| 13 | - Compare vtable address instead of contents. Saves 44 bytes of flash on cortex-m. | ||
| 14 | |||
| 10 | ## 0.6.2 - 2024-11-06 | 15 | ## 0.6.2 - 2024-11-06 |
| 11 | 16 | ||
| 12 | - The `nightly` feature no longer requires `nightly-2024-09-06` or newer. | 17 | - The `nightly` feature no longer requires `nightly-2024-09-06` or newer. |
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index 7141fe0f9..7c930b658 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.6.2" | 3 | version = "0.6.3" |
| 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" |
