boot: bump crates to 0.2

This commit is contained in:
Dario Nieuwenhuis
2024-01-12 00:53:46 +01:00
parent 4c23f197b3
commit a36c8eb843
15 changed files with 19 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ categories = [
bitflags = "2.4.1"
cortex-m = { version = "0.7.7", features = ["inline-asm"], optional = true }
defmt = { version = "0.3.5", optional = true }
embassy-boot = { version = "0.1.1", path = "../embassy-boot" }
embassy-boot = { version = "0.2.0", path = "../embassy-boot" }
# embassy-embedded-hal = { version = "0.1.0", path = "../embassy-embedded-hal" }
embassy-futures = { version = "0.1.1", path = "../embassy-futures" }
embassy-sync = { version = "0.5.0", path = "../embassy-sync" }