diff options
| author | Jesse Braham <[email protected]> | 2023-12-05 13:37:35 +0100 |
|---|---|---|
| committer | Jesse Braham <[email protected]> | 2023-12-06 11:59:22 +0100 |
| commit | c5e8a2e8348a17aaeb2e026462f7b4ceaee6190d (patch) | |
| tree | 5557a08b2f3fd4e03c8f65596f4ea7bcb93457c4 /embassy-executor/Cargo.toml | |
| parent | 7703f47c1ecac029f603033b7977d9a2becef48c (diff) | |
embassy-executor 0.4
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 74efe452e..a79bd89f5 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.3.3" | 3 | version = "0.4.0" |
| 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" |
