diff options
| author | Gabriel Smith <[email protected]> | 2025-09-02 17:00:34 -0400 |
|---|---|---|
| committer | Gabriel Smith <[email protected]> | 2025-09-08 14:48:06 -0400 |
| commit | 86aff0e63e21bd01fa14ad3ad5470b0cf433009d (patch) | |
| tree | 43488c737f998a59cb1a1c53f685578ee5c6577f /embassy-executor/Cargo.toml | |
| parent | a6cd24907aa43a8178a16b0db3d6b376f67f7540 (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.toml | 2 |
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] |
| 2 | name = "embassy-executor" | 2 | name = "embassy-executor" |
| 3 | version = "0.9.0" | 3 | version = "0.9.1" |
| 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" |
