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

@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "embassy-boot-stm32"
version = "0.1.0"
version = "0.2.0"
description = "Bootloader lib for STM32 chips"
license = "MIT OR Apache-2.0"
repository = "https://github.com/embassy-rs/embassy"
@@ -27,7 +27,7 @@ log = { version = "0.4", optional = true }
embassy-sync = { version = "0.5.0", path = "../embassy-sync" }
embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32", default-features = false }
embassy-boot = { version = "0.1.0", path = "../embassy-boot" }
embassy-boot = { version = "0.2.0", path = "../embassy-boot" }
cortex-m = { version = "0.7.6" }
cortex-m-rt = { version = "0.7" }
embedded-storage = "0.3.1"