Skip to content

Commit 917e3e1

Browse files
committed
Remove c8y firmware dependency on tedge_timer_ext
Execute the whole firmware operation in a single async method. i.e. with no state cached in the actor. Signed-off-by: Didier Wenzek <didier.wenzek@free.fr>
1 parent bb9f16c commit 917e3e1

File tree

10 files changed

+198
-317
lines changed

10 files changed

+198
-317
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/extensions/c8y_firmware_manager/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ tedge_api = { workspace = true }
2424
tedge_config = { workspace = true }
2525
tedge_downloader_ext = { workspace = true }
2626
tedge_mqtt_ext = { workspace = true }
27-
tedge_timer_ext = { workspace = true }
2827
tedge_utils = { workspace = true }
2928
thiserror = { workspace = true }
3029
tokio = { workspace = true }

0 commit comments

Comments
 (0)