aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor-macros/Cargo.toml
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2024-11-06 14:09:41 +0100
committerDániel Buga <[email protected]>2024-11-06 14:09:41 +0100
commitaeb85454e9e8f59f36a434ea25bdeef5d2f330ca (patch)
treed145404501bc619e1222c3a11fba5bbb2662a03b /embassy-executor-macros/Cargo.toml
parent94659325ab7e61381b31a156e7fc61ac912c794c (diff)
Also bump macros
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 306cf8352..5a38f2f06 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.1" 3version = "0.6.2"
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"