chore: bump embassy-executor to 0.9.1 to match released version

This commit is contained in:
Gabriel Smith 2025-09-02 17:00:34 -04:00
parent a6cd24907a
commit 86aff0e63e

View File

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