aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/Cargo.toml
diff options
context:
space:
mode:
authorGabriel Smith <[email protected]>2025-09-02 17:00:34 -0400
committerGabriel Smith <[email protected]>2025-09-08 14:48:06 -0400
commit86aff0e63e21bd01fa14ad3ad5470b0cf433009d (patch)
tree43488c737f998a59cb1a1c53f685578ee5c6577f /embassy-executor/Cargo.toml
parenta6cd24907aa43a8178a16b0db3d6b376f67f7540 (diff)
chore: bump embassy-executor to 0.9.1 to match released version
Diffstat (limited to 'embassy-executor/Cargo.toml')
-rw-r--r--embassy-executor/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index 7763adbe5..41636a26f 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-executor" 2name = "embassy-executor"
3version = "0.9.0" 3version = "0.9.1"
4edition = "2021" 4edition = "2021"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6description = "async/await executor designed for embedded usage" 6description = "async/await executor designed for embedded usage"