chore: bump embassy-sync version

Prepare version 0.6.2 for release
This commit is contained in:
Ulf Lilleengen
2025-01-15 16:12:36 +01:00
parent 1e6b807acb
commit ed63f80637
80 changed files with 82 additions and 79 deletions

View File

@@ -20,7 +20,7 @@ features = ["stm32wb55rg", "ble", "mac"]
[dependencies]
embassy-stm32 = { version = "0.2.0", path = "../embassy-stm32" }
embassy-sync = { version = "0.6.1", path = "../embassy-sync" }
embassy-sync = { version = "0.6.2", path = "../embassy-sync" }
embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true }
embassy-futures = { version = "0.1.0", path = "../embassy-futures" }
embassy-hal-internal = { version = "0.2.0", path = "../embassy-hal-internal" }