diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-01 07:38:34 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-01 07:38:34 +0000 |
| commit | 0646df7afe5418a8849e3dc313bdca5862e7c46a (patch) | |
| tree | 23d708ef2e13b1e90dd23c6d2a6423bc4bc1813d /embassy-executor-macros | |
| parent | f3cb0f3c3062cd1b863414186c29b604fab305fa (diff) | |
| parent | afc8be91a85c34cc9ec913b6fe608decc9eaf673 (diff) | |
Merge pull request #4486 from embassy-rs/release-executor-0.8
Release executor 0.8
Diffstat (limited to 'embassy-executor-macros')
| -rw-r--r-- | embassy-executor-macros/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor-macros/Cargo.toml b/embassy-executor-macros/Cargo.toml index 5a38f2f06..f803e6644 100644 --- a/embassy-executor-macros/Cargo.toml +++ b/embassy-executor-macros/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-executor-macros" | 2 | name = "embassy-executor-macros" |
| 3 | version = "0.6.2" | 3 | version = "0.7.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | description = "macros for creating the entry point and tasks for embassy-executor" | 6 | description = "macros for creating the entry point and tasks for embassy-executor" |
