aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-11-25 14:53:35 +0000
committerGitHub <[email protected]>2022-11-25 14:53:35 +0000
commit83c2f8f4169877961971438100e915aa68e9f331 (patch)
tree4504abc23b459f10678b02fb6f723a0ceaa67843
parentc7be481190904da5da4d4ad665a644af5ce0dd4c (diff)
parent09077f133d4962ef4fbe6ae7acc1420fb0da768c (diff)
Merge #1077
1077: fix: bump embassy-boot version r=lulf a=lulf bors r+ Co-authored-by: Ulf Lilleengen <[email protected]>
-rw-r--r--embassy-boot/boot/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/boot/Cargo.toml b/embassy-boot/boot/Cargo.toml
index 0cc6a0584..ae4efbd2e 100644
--- a/embassy-boot/boot/Cargo.toml
+++ b/embassy-boot/boot/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-boot" 3name = "embassy-boot"
4version = "0.1.0" 4version = "0.1.1"
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"