aboutsummaryrefslogtreecommitdiff
path: root/examples/rp235x
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-15 11:15:46 +0200
committerUlf Lilleengen <[email protected]>2025-07-15 11:16:17 +0200
commitf5b9b83cf4a439607ee0f86e5557b16786c828e1 (patch)
tree8bd51f1ed30c39daabd890587834ed61962a7477 /examples/rp235x
parentc35d5fb9ce4dc5eaea141f090e8047c738712593 (diff)
chore: bump cyw43-pio dependency
Diffstat (limited to 'examples/rp235x')
-rw-r--r--examples/rp235x/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp235x/Cargo.toml b/examples/rp235x/Cargo.toml
index c3bc65ba2..ee37480e4 100644
--- a/examples/rp235x/Cargo.toml
+++ b/examples/rp235x/Cargo.toml
@@ -17,7 +17,7 @@ embassy-net-wiznet = { version = "0.2.0", path = "../../embassy-net-wiznet", fea
17embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } 17embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
18embassy-usb-logger = { version = "0.4.0", path = "../../embassy-usb-logger" } 18embassy-usb-logger = { version = "0.4.0", path = "../../embassy-usb-logger" }
19cyw43 = { version = "0.4.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] } 19cyw43 = { version = "0.4.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] }
20cyw43-pio = { version = "0.4.0", path = "../../cyw43-pio", features = ["defmt"] } 20cyw43-pio = { version = "0.5.0", path = "../../cyw43-pio", features = ["defmt"] }
21 21
22defmt = "1.0.1" 22defmt = "1.0.1"
23defmt-rtt = "1.0.0" 23defmt-rtt = "1.0.0"