Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1

This commit is contained in:
Dario Nieuwenhuis
2024-10-21 01:26:02 +02:00
parent f92b27d048
commit 1a24b4f018
59 changed files with 69 additions and 60 deletions

View File

@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
critical-section = { version = "1.1.1", features = ["restore-state-bool"] }
embassy-sync = { version = "0.6.0", path = "../../embassy-sync" }
embassy-executor = { version = "0.6.0", path = "../../embassy-executor", features = ["arch-riscv32", "executor-thread"] }
embassy-executor = { version = "0.6.1", path = "../../embassy-executor", features = ["arch-riscv32", "executor-thread"] }
embassy-time = { version = "0.3.2", path = "../../embassy-time" }
embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }