aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2025-01-05 21:13:43 +0100
committerDániel Buga <[email protected]>2025-01-05 21:28:44 +0100
commit3c1e862f611190f93bbad1b3b115424acb5b4a05 (patch)
treede7b20dfe8a54f74eac616117af4a91d1ff86997 /embassy-boot
parent9f21cf627b12358d5fcfdcafdab93ee3588d85da (diff)
Prepare embassy-boot 0.4
Diffstat (limited to 'embassy-boot')
-rw-r--r--embassy-boot/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/Cargo.toml b/embassy-boot/Cargo.toml
index 34f8f560e..0a04d661f 100644
--- a/embassy-boot/Cargo.toml
+++ b/embassy-boot/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-boot" 3name = "embassy-boot"
4version = "0.3.0" 4version = "0.4.0"
5description = "A lightweight bootloader supporting firmware updates in a power-fail-safe way, with trial boots and rollbacks." 5description = "A lightweight bootloader supporting firmware updates in a power-fail-safe way, with trial boots and rollbacks."
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"