Prepare new embassy-time-*driver, embassy-executor, embassy-time

This commit is contained in:
Dániel Buga
2024-12-18 15:42:24 +01:00
parent 8b3cbf80a4
commit 9a238e6ad8
81 changed files with 153 additions and 152 deletions

View File

@@ -18,7 +18,7 @@ bluetooth = ["dep:bt-hci", "dep:embedded-io-async"]
firmware-logs = []
[dependencies]
embassy-time = { version = "0.3.2", path = "../embassy-time"}
embassy-time = { version = "0.4.0", path = "../embassy-time"}
embassy-sync = { version = "0.6.1", path = "../embassy-sync"}
embassy-futures = { version = "0.1.0", path = "../embassy-futures"}
embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel"}