diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-28 12:25:43 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-28 12:25:43 +0200 |
| commit | a527905be4a4e44aac5fb2aed70a1f0f5b18d0ed (patch) | |
| tree | bb1dc23717a959abf0e893655f14c04e8e910a31 /cyw43-pio | |
| parent | 9245a3a99189e5b155f1c36b6a1cefdc60edd63d (diff) | |
fix: version bumps
Diffstat (limited to 'cyw43-pio')
| -rw-r--r-- | cyw43-pio/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml index d7dd21453..97acf8bd3 100644 --- a/cyw43-pio/Cargo.toml +++ b/cyw43-pio/Cargo.toml | |||
| @@ -10,7 +10,7 @@ repository = "https://github.com/embassy-rs/embassy" | |||
| 10 | documentation = "https://docs.embassy.dev/cyw43-pio" | 10 | documentation = "https://docs.embassy.dev/cyw43-pio" |
| 11 | 11 | ||
| 12 | [dependencies] | 12 | [dependencies] |
| 13 | cyw43 = { version = "0.4.0", path = "../cyw43" } | 13 | cyw43 = { version = "0.5.0", path = "../cyw43" } |
| 14 | embassy-rp = { version = "0.8.0", path = "../embassy-rp" } | 14 | embassy-rp = { version = "0.8.0", path = "../embassy-rp" } |
| 15 | fixed = "1.23.1" | 15 | fixed = "1.23.1" |
| 16 | defmt = { version = "1.0.1", optional = true } | 16 | defmt = { version = "1.0.1", optional = true } |
