aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor-macros/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-08-02 21:50:18 +0200
committerUlf Lilleengen <[email protected]>2024-08-05 08:56:29 +0200
commit37d7b0cd06b7a5d952d2e7de173b10ab32d96c5a (patch)
treeb8d9ca9963e94aeaa80828bb05806baa979b0695 /embassy-executor-macros/Cargo.toml
parent61bda59d83b02b64a8a61807c949bec9990135c2 (diff)
prepare release embassy-executor
Diffstat (limited to 'embassy-executor-macros/Cargo.toml')
-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 2953e7ccc..218e820ce 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.4.1" 3version = "0.5.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"