diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-11-25 14:53:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-25 14:53:35 +0000 |
| commit | 83c2f8f4169877961971438100e915aa68e9f331 (patch) | |
| tree | 4504abc23b459f10678b02fb6f723a0ceaa67843 | |
| parent | c7be481190904da5da4d4ad665a644af5ce0dd4c (diff) | |
| parent | 09077f133d4962ef4fbe6ae7acc1420fb0da768c (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.toml | 2 |
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] |
| 2 | edition = "2021" | 2 | edition = "2021" |
| 3 | name = "embassy-boot" | 3 | name = "embassy-boot" |
| 4 | version = "0.1.0" | 4 | version = "0.1.1" |
| 5 | description = "A lightweight bootloader supporting firmware updates in a power-fail-safe way, with trial boots and rollbacks." | 5 | description = "A lightweight bootloader supporting firmware updates in a power-fail-safe way, with trial boots and rollbacks." |
| 6 | license = "MIT OR Apache-2.0" | 6 | license = "MIT OR Apache-2.0" |
| 7 | repository = "https://github.com/embassy-rs/embassy" | 7 | repository = "https://github.com/embassy-rs/embassy" |
