diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-11-23 14:53:18 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-11-23 14:53:18 +0100 |
| commit | 758f5d7ea29f1df14d5ef59c82e4b7f22545d775 (patch) | |
| tree | 721fb593294b204e67dc52ca3fff044fa70185db /embassy-executor/Cargo.toml | |
| parent | f0ba22fc17f7573fa2240bdef2d4cc16c86ad476 (diff) | |
Release embassy-executor v0.1.1
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 5acad95e5..c2868eb98 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.1.0" | 3 | version = "0.1.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" |
