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-usb-synopsys-otg | |
| parent | b6a81d8bedeafa5166d0668c387ed65062777193 (diff) | |
chore: prepare embassy crate releases
Diffstat (limited to 'embassy-usb-synopsys-otg')
| -rw-r--r-- | embassy-usb-synopsys-otg/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | embassy-usb-synopsys-otg/Cargo.toml | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/embassy-usb-synopsys-otg/CHANGELOG.md b/embassy-usb-synopsys-otg/CHANGELOG.md index 55eef0a1e..9ca90f5e9 100644 --- a/embassy-usb-synopsys-otg/CHANGELOG.md +++ b/embassy-usb-synopsys-otg/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.3.1 - 2025-08-26 | ||
| 12 | |||
| 11 | ## 0.3.0 - 2025-07-22 | 13 | ## 0.3.0 - 2025-07-22 |
| 12 | 14 | ||
| 13 | - Bump `embassy-usb-driver` to v0.2.0 | 15 | - Bump `embassy-usb-driver` to v0.2.0 |
diff --git a/embassy-usb-synopsys-otg/Cargo.toml b/embassy-usb-synopsys-otg/Cargo.toml index e9ec8d330..ec518ac93 100644 --- a/embassy-usb-synopsys-otg/Cargo.toml +++ b/embassy-usb-synopsys-otg/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-usb-synopsys-otg" | 2 | name = "embassy-usb-synopsys-otg" |
| 3 | version = "0.3.0" | 3 | version = "0.3.1" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | description = "`embassy-usb-driver` implementation for Synopsys OTG USB controllers" | 6 | description = "`embassy-usb-driver` implementation for Synopsys OTG USB controllers" |
| @@ -18,7 +18,7 @@ target = "thumbv7em-none-eabi" | |||
| 18 | [dependencies] | 18 | [dependencies] |
| 19 | critical-section = "1.1" | 19 | critical-section = "1.1" |
| 20 | 20 | ||
| 21 | embassy-sync = { version = "0.7.1", path = "../embassy-sync" } | 21 | embassy-sync = { version = "0.7.2", path = "../embassy-sync" } |
| 22 | embassy-usb-driver = { version = "0.2.0", path = "../embassy-usb-driver" } | 22 | embassy-usb-driver = { version = "0.2.0", path = "../embassy-usb-driver" } |
| 23 | 23 | ||
| 24 | defmt = { version = "1.0.1", optional = true } | 24 | defmt = { version = "1.0.1", optional = true } |
