diff options
| author | Ulf Lilleengen <[email protected]> | 2025-07-15 11:10:56 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-07-15 11:10:56 +0200 |
| commit | 9811f1c999521a80cccf82cfe1a5192f9112b5af (patch) | |
| tree | 42b42b6e94fbab8506a652a639c8a2733a2ae336 /cyw43-pio | |
| parent | 249433a7ed7a9d29a5da0fe169dc31acaad9b8bb (diff) | |
chore: prepare embassy-rp for release
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 93a2e7089..7dcbaf00b 100644 --- a/cyw43-pio/Cargo.toml +++ b/cyw43-pio/Cargo.toml | |||
| @@ -11,7 +11,7 @@ documentation = "https://docs.embassy.dev/cyw43-pio" | |||
| 11 | 11 | ||
| 12 | [dependencies] | 12 | [dependencies] |
| 13 | cyw43 = { version = "0.3.0", path = "../cyw43" } | 13 | cyw43 = { version = "0.3.0", path = "../cyw43" } |
| 14 | embassy-rp = { version = "0.4.0", path = "../embassy-rp" } | 14 | embassy-rp = { version = "0.5.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 } |
| 17 | 17 | ||
