diff options
| author | Ulf Lilleengen <[email protected]> | 2025-07-31 10:33:58 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-07-31 10:33:58 +0200 |
| commit | 746d4fe3a324e74b53ce6888470990c3feb47929 (patch) | |
| tree | 1938297789e9059c7e055285df04d7db09b9f8a8 | |
| parent | 3f1ddaf60e8fe2ce330ab7d5fefdf4814348df9e (diff) | |
chore: Release embassy-executor-macros version 0.7.0
| -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" |
