diff options
| author | Ulf Lilleengen <[email protected]> | 2024-08-02 21:54:46 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-08-05 08:56:29 +0200 |
| commit | 1588fbc256fcd6444609dbd8049e810410974cb0 (patch) | |
| tree | e1d8feec28ba517bc4c1e532524be144a3967091 /embassy-boot | |
| parent | 37d7b0cd06b7a5d952d2e7de173b10ab32d96c5a (diff) | |
Prepare to release embassy-boot
Diffstat (limited to 'embassy-boot')
| -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 b7c5b6c62..85b3695a1 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.2.0" | 4 | version = "0.3.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" |
