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

@@ -9,8 +9,8 @@ crate-type = ["cdylib"]
[dependencies]
embassy-sync = { version = "0.6.1", path = "../../embassy-sync", features = ["log"] }
embassy-executor = { version = "0.6.3", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log"] }
embassy-time = { version = "0.3.2", path = "../../embassy-time", features = ["log", "wasm", ] }
embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log"] }
embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["log", "wasm", ] }
wasm-logger = "0.2.0"
wasm-bindgen = "0.2"