Bump sync version (#3562)

* Bump sync version

* Use old embassy-sync in rp bluetooth example

* Downgrade update to minor
This commit is contained in:
Dániel Buga
2024-11-22 21:16:11 +01:00
committed by GitHub
parent fb8e40bdf5
commit c9abff53d7
78 changed files with 78 additions and 78 deletions

View File

@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
teleprobe-meta = "1"
embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
embassy-sync = { version = "0.6.0", path = "../../embassy-sync", features = ["defmt", ] }
embassy-sync = { version = "0.6.1", path = "../../embassy-sync", features = ["defmt", ] }
embassy-executor = { version = "0.6.3", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "task-arena-size-16384", "integrated-timers"] }
embassy-time = { version = "0.3.2", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] }
embassy-nrf = { version = "0.2.0", path = "../../embassy-nrf", features = ["defmt", "time-driver-rtc1", "gpiote", "unstable-pac"] }