diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-04 15:01:20 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-04 15:01:20 +0200 |
| commit | 8047a59d820251ea9ded8b318051ef62e9cf8521 (patch) | |
| tree | 71ade0732ef3b6da4538990b806feb629370c31a /embassy-boot/Cargo.toml | |
| parent | ee053f0babb9e31c3092b600e3013f1d3044fbc7 (diff) | |
chore: Release embassy-boot version 0.6.0
Diffstat (limited to 'embassy-boot/Cargo.toml')
| -rw-r--r-- | embassy-boot/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/Cargo.toml b/embassy-boot/Cargo.toml index 4dde4a3ff..4e2eb2695 100644 --- a/embassy-boot/Cargo.toml +++ b/embassy-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.5.0" | 4 | version = "0.6.0" |
| 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" |
