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

@@ -21,7 +21,7 @@ nrf-pac = { git = "https://github.com/embassy-rs/nrf-pac", rev = "52e3a757f06035
cortex-m = "0.7.7"
embassy-time = { version = "0.3.1", path = "../embassy-time" }
embassy-sync = { version = "0.6.0", path = "../embassy-sync"}
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"}