diff options
| author | Dániel Buga <[email protected]> | 2025-01-05 21:13:43 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2025-01-05 21:28:44 +0100 |
| commit | 3c1e862f611190f93bbad1b3b115424acb5b4a05 (patch) | |
| tree | de7b20dfe8a54f74eac616117af4a91d1ff86997 /embassy-boot/Cargo.toml | |
| parent | 9f21cf627b12358d5fcfdcafdab93ee3588d85da (diff) | |
Prepare embassy-boot 0.4
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 34f8f560e..0a04d661f 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.3.0" | 4 | version = "0.4.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" |
