diff options
| author | Ulf Lilleengen <[email protected]> | 2022-11-25 15:51:31 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2022-11-25 15:51:31 +0100 |
| commit | 09077f133d4962ef4fbe6ae7acc1420fb0da768c (patch) | |
| tree | 4504abc23b459f10678b02fb6f723a0ceaa67843 /embassy-boot/boot | |
| parent | c7be481190904da5da4d4ad665a644af5ce0dd4c (diff) | |
fix: bump embassy-boot version
Diffstat (limited to 'embassy-boot/boot')
| -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" |
