Bump sync version (#3562)
* Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
This commit is contained in:
@@ -24,7 +24,7 @@ target = "thumbv7em-none-eabi"
|
||||
defmt = { version = "0.3", optional = true }
|
||||
log = { version = "0.4", optional = true }
|
||||
|
||||
embassy-sync = { version = "0.6.0", path = "../embassy-sync" }
|
||||
embassy-sync = { version = "0.6.1", path = "../embassy-sync" }
|
||||
embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32", default-features = false }
|
||||
embassy-boot = { version = "0.3.0", path = "../embassy-boot" }
|
||||
cortex-m = { version = "0.7.6" }
|
||||
|
||||
Reference in New Issue
Block a user