diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-26 16:04:00 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-26 16:05:09 +0200 |
| commit | 83f2557eacd657070a84a9baf2da6e3aff03b2b7 (patch) | |
| tree | 13ce7dc5787f05b4f5e087e891738ac5120112e3 /embassy-boot-rp | |
| parent | b6a81d8bedeafa5166d0668c387ed65062777193 (diff) | |
chore: prepare embassy crate releases
Diffstat (limited to 'embassy-boot-rp')
| -rw-r--r-- | embassy-boot-rp/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | embassy-boot-rp/Cargo.toml | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/embassy-boot-rp/CHANGELOG.md b/embassy-boot-rp/CHANGELOG.md index c78923a93..9263f8e60 100644 --- a/embassy-boot-rp/CHANGELOG.md +++ b/embassy-boot-rp/CHANGELOG.md | |||
| @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 8 | <!-- next-header --> | 8 | <!-- next-header --> |
| 9 | ## Unreleased - ReleaseDate | 9 | ## Unreleased - ReleaseDate |
| 10 | 10 | ||
| 11 | ## 0.7.1 - 2025-08-26 | ||
| 12 | |||
| 11 | ## 0.1.1 - 2025-08-15 | 13 | ## 0.1.1 - 2025-08-15 |
| 12 | 14 | ||
| 13 | - First release with changelog. | 15 | - First release with changelog. |
diff --git a/embassy-boot-rp/Cargo.toml b/embassy-boot-rp/Cargo.toml index aee5d670d..3b9e9dd8e 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.0" | 4 | version = "0.7.1" |
| 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" |
| @@ -30,10 +30,10 @@ features = ["embassy-rp/rp2040"] | |||
| 30 | defmt = { version = "1.0.1", optional = true } | 30 | defmt = { version = "1.0.1", optional = true } |
| 31 | log = { version = "0.4", optional = true } | 31 | log = { version = "0.4", optional = true } |
| 32 | 32 | ||
| 33 | embassy-sync = { version = "0.7.1", path = "../embassy-sync" } | 33 | embassy-sync = { version = "0.7.2", path = "../embassy-sync" } |
| 34 | embassy-rp = { version = "0.7.0", path = "../embassy-rp", default-features = false } | 34 | embassy-rp = { version = "0.8.0", path = "../embassy-rp", default-features = false } |
| 35 | embassy-boot = { version = "0.6.0", path = "../embassy-boot" } | 35 | embassy-boot = { version = "0.6.1", path = "../embassy-boot" } |
| 36 | embassy-time = { version = "0.4.0", path = "../embassy-time" } | 36 | embassy-time = { version = "0.5.0", path = "../embassy-time" } |
| 37 | 37 | ||
| 38 | cortex-m = { version = "0.7.6" } | 38 | cortex-m = { version = "0.7.6" } |
| 39 | cortex-m-rt = { version = "0.7" } | 39 | cortex-m-rt = { version = "0.7" } |
