Release embassy-executor 0.6.3.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user