aboutsummaryrefslogtreecommitdiff
path: root/examples/rp235x
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-15 11:15:19 +0200
committerUlf Lilleengen <[email protected]>2025-07-15 11:15:19 +0200
commitc35d5fb9ce4dc5eaea141f090e8047c738712593 (patch)
treede49470caebd7d9a5c120e36efffe7f8e3b29d4c /examples/rp235x
parentf2413bd20dfc7d96b3615398906a74916b2f2f98 (diff)
chore: bump cyw43 version
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 1530d9885..c3bc65ba2 100644
--- a/examples/rp235x/Cargo.toml
+++ b/examples/rp235x/Cargo.toml
@@ -16,7 +16,7 @@ embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defm
16embassy-net-wiznet = { version = "0.2.0", path = "../../embassy-net-wiznet", features = ["defmt"] } 16embassy-net-wiznet = { version = "0.2.0", path = "../../embassy-net-wiznet", features = ["defmt"] }
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.3.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.4.0", path = "../../cyw43-pio", features = ["defmt"] }
21 21
22defmt = "1.0.1" 22defmt = "1.0.1"