aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor-macros
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-01 07:38:34 +0000
committerGitHub <[email protected]>2025-08-01 07:38:34 +0000
commit0646df7afe5418a8849e3dc313bdca5862e7c46a (patch)
tree23d708ef2e13b1e90dd23c6d2a6423bc4bc1813d /embassy-executor-macros
parentf3cb0f3c3062cd1b863414186c29b604fab305fa (diff)
parentafc8be91a85c34cc9ec913b6fe608decc9eaf673 (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.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"