aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-stm32/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-05-26 09:10:35 +0200
committerUlf Lilleengen <[email protected]>2025-05-26 09:11:46 +0200
commita8b3178ceec8243e337dc8b3b320faf266eff4a7 (patch)
tree16420404bf6ef32e7b83d75c9c3f01890239e9b6 /embassy-boot-stm32/Cargo.toml
parent63baf94074098d73aabf9842a24a778ce75bbe80 (diff)
chore: bump version of embassy-boot-stm32
Diffstat (limited to 'embassy-boot-stm32/Cargo.toml')
-rw-r--r--embassy-boot-stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot-stm32/Cargo.toml b/embassy-boot-stm32/Cargo.toml
index a24921291..11ad453b8 100644
--- a/embassy-boot-stm32/Cargo.toml
+++ b/embassy-boot-stm32/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-boot-stm32" 3name = "embassy-boot-stm32"
4version = "0.2.0" 4version = "0.3.0"
5description = "Bootloader lib for STM32 chips" 5description = "Bootloader lib for STM32 chips"
6license = "MIT OR Apache-2.0" 6license = "MIT OR Apache-2.0"
7repository = "https://github.com/embassy-rs/embassy" 7repository = "https://github.com/embassy-rs/embassy"