chore: bump cyw43-pio dependency

This commit is contained in:
Ulf Lilleengen 2025-07-15 11:15:46 +02:00
parent c35d5fb9ce
commit f5b9b83cf4
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## Unreleased - ReleaseDate
- Update embassy-rp to 0.4.0
- Update embassy-rp to 0.5.0
## 0.3.0 - 2025-01-05

View File

@ -17,7 +17,7 @@ embassy-net-wiznet = { version = "0.2.0", path = "../../embassy-net-wiznet", fea
embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
embassy-usb-logger = { version = "0.4.0", path = "../../embassy-usb-logger" }
cyw43 = { version = "0.4.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] }
cyw43-pio = { version = "0.4.0", path = "../../cyw43-pio", features = ["defmt"] }
cyw43-pio = { version = "0.5.0", path = "../../cyw43-pio", features = ["defmt"] }
defmt = "1.0.1"
defmt-rtt = "1.0.0"

View File

@ -17,7 +17,7 @@ embassy-net-wiznet = { version = "0.2.0", path = "../../embassy-net-wiznet", fea
embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
embassy-usb-logger = { version = "0.4.0", path = "../../embassy-usb-logger" }
cyw43 = { version = "0.4.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] }
cyw43-pio = { version = "0.4.0", path = "../../cyw43-pio", features = ["defmt"] }
cyw43-pio = { version = "0.5.0", path = "../../cyw43-pio", features = ["defmt"] }
defmt = "1.0.1"
defmt-rtt = "1.0.0"