update release version in examples and other crates

This commit is contained in:
Scott Mabin
2023-12-04 13:03:30 +00:00
parent c7d6ea3c78
commit 334900752a
65 changed files with 113 additions and 113 deletions

View File

@ -11,7 +11,7 @@ defmt-rtt = { version = "0.4", optional = true }
embassy-rp = { path = "../../../../embassy-rp", features = [] }
embassy-boot-rp = { path = "../../../../embassy-boot/rp" }
embassy-sync = { version = "0.4.0", path = "../../../../embassy-sync" }
embassy-sync = { version = "0.5.0", path = "../../../../embassy-sync" }
embassy-time = { path = "../../../../embassy-time", features = [] }
cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }