diff options
| author | Timo Kröger <[email protected]> | 2025-07-21 11:26:01 +0200 |
|---|---|---|
| committer | Timo Kröger <[email protected]> | 2025-07-21 13:40:36 +0200 |
| commit | 4c098faef528e18e0b17e540b12487eef9acccbc (patch) | |
| tree | 92a72bc0eec3dd6be271f72e0ef43ac1b44d50a3 /embassy-boot/Cargo.toml | |
| parent | de4537d000ffeb8821a58056a99e76bb12c1536e (diff) | |
chore: Prepare release for `embassy-boot-*` crates
Prepare the bootloader crates for a release with `[email protected]`
as dependency for compatiblity with other released crates.
`embassy-sync` is used in the public api of `embassy-boot` which is
reexported by the `embassy-boot-*` crates. That is why a minor version
bump of all crates is required.
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 281278abb..172330ef2 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.4.0" | 4 | version = "0.5.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" |
