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
embassy-boot-nrf
embassy-boot-rp
embassy-boot-stm32
embassy-boot
embassy-usb-dfu
examples/boot/application

@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "embassy-boot"
version = "0.1.1"
version = "0.2.0"
description = "A lightweight bootloader supporting firmware updates in a power-fail-safe way, with trial boots and rollbacks."
license = "MIT OR Apache-2.0"
repository = "https://github.com/embassy-rs/embassy"