diff options
| author | Dániel Buga <[email protected]> | 2024-11-06 14:09:41 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2024-11-06 14:09:41 +0100 |
| commit | aeb85454e9e8f59f36a434ea25bdeef5d2f330ca (patch) | |
| tree | d145404501bc619e1222c3a11fba5bbb2662a03b | |
| parent | 94659325ab7e61381b31a156e7fc61ac912c794c (diff) | |
Also bump macros
| -rw-r--r-- | embassy-executor-macros/Cargo.toml | 2 | ||||
| -rw-r--r-- | embassy-executor/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 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] |
| 2 | name = "embassy-executor-macros" | 2 | name = "embassy-executor-macros" |
| 3 | version = "0.6.1" | 3 | version = "0.6.2" |
| 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" |
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index 6b16a6343..2450ae61b 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -33,7 +33,7 @@ defmt = { version = "0.3", optional = true } | |||
| 33 | log = { version = "0.4.14", optional = true } | 33 | log = { version = "0.4.14", optional = true } |
| 34 | rtos-trace = { version = "0.1.2", optional = true } | 34 | rtos-trace = { version = "0.1.2", optional = true } |
| 35 | 35 | ||
| 36 | embassy-executor-macros = { version = "0.6.1", path = "../embassy-executor-macros" } | 36 | embassy-executor-macros = { version = "0.6.2", path = "../embassy-executor-macros" } |
| 37 | embassy-time-driver = { version = "0.1.0", path = "../embassy-time-driver", optional = true } | 37 | embassy-time-driver = { version = "0.1.0", path = "../embassy-time-driver", optional = true } |
| 38 | embassy-time-queue-driver = { version = "0.1.0", path = "../embassy-time-queue-driver", optional = true } | 38 | embassy-time-queue-driver = { version = "0.1.0", path = "../embassy-time-queue-driver", optional = true } |
| 39 | critical-section = "1.1" | 39 | critical-section = "1.1" |
