aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-31 10:33:58 +0200
committerUlf Lilleengen <[email protected]>2025-07-31 10:33:58 +0200
commit746d4fe3a324e74b53ce6888470990c3feb47929 (patch)
tree1938297789e9059c7e055285df04d7db09b9f8a8
parent3f1ddaf60e8fe2ce330ab7d5fefdf4814348df9e (diff)
chore: Release embassy-executor-macros version 0.7.0
-rw-r--r--embassy-executor-macros/Cargo.toml2
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]
2name = "embassy-executor-macros" 2name = "embassy-executor-macros"
3version = "0.6.2" 3version = "0.7.0"
4edition = "2021" 4edition = "2021"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6description = "macros for creating the entry point and tasks for embassy-executor" 6description = "macros for creating the entry point and tasks for embassy-executor"