Release embassy-executor 0.6.3.

This commit is contained in:
Dario Nieuwenhuis
2024-11-12 17:48:36 +01:00
parent 11a8d7795e
commit 796f6c034a
62 changed files with 66 additions and 61 deletions

View File

@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.6.3 - 2024-11-12
- Building with the `nightly` feature now works with the Xtensa Rust compiler 1.82.
- Compare vtable address instead of contents. Saves 44 bytes of flash on cortex-m.
## 0.6.2 - 2024-11-06
- The `nightly` feature no longer requires `nightly-2024-09-06` or newer.

View File

@@ -1,6 +1,6 @@
[package]
name = "embassy-executor"
version = "0.6.2"
version = "0.6.3"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "async/await executor designed for embedded usage"