diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-26 22:06:52 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-26 22:06:52 +0200 |
| commit | df112a83f05d08dc01607083211bdc2ac1e11cfa (patch) | |
| tree | 230f5c88d496b33bd8f538e45bffdedaa5b04158 /embassy-boot-rp/Cargo.toml | |
| parent | 83f2557eacd657070a84a9baf2da6e3aff03b2b7 (diff) | |
fix: remaining versions
Diffstat (limited to 'embassy-boot-rp/Cargo.toml')
| -rw-r--r-- | embassy-boot-rp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot-rp/Cargo.toml b/embassy-boot-rp/Cargo.toml index 3b9e9dd8e..894b77595 100644 --- a/embassy-boot-rp/Cargo.toml +++ b/embassy-boot-rp/Cargo.toml | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | edition = "2021" | 2 | edition = "2021" |
| 3 | name = "embassy-boot-rp" | 3 | name = "embassy-boot-rp" |
| 4 | version = "0.7.1" | 4 | version = "0.8.0" |
| 5 | description = "Bootloader lib for RP2040 chips" | 5 | description = "Bootloader lib for RP2040 chips" |
| 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" |
