@@ -11,14 +11,14 @@ embassy-embedded-hal = { version = "0.5.0", path = "../../embassy-embedded-hal",
1111embassy-sync = { version = " 0.7.2" , path = " ../../embassy-sync" , features = [" defmt" ] }
1212embassy-executor = { version = " 0.9.0" , path = " ../../embassy-executor" , features = [" arch-cortex-m" , " executor-thread" , " executor-interrupt" , " defmt" ] }
1313embassy-time = { version = " 0.5.0" , path = " ../../embassy-time" , features = [" defmt" , " defmt-timestamp-uptime" ] }
14- embassy-rp = { version = " 0.8 .0" , path = " ../../embassy-rp" , features = [" defmt" , " unstable-pac" , " time-driver" , " critical-section-impl" , " rp2040" ] }
14+ embassy-rp = { version = " 0.9 .0" , path = " ../../embassy-rp" , features = [" defmt" , " unstable-pac" , " time-driver" , " critical-section-impl" , " rp2040" ] }
1515embassy-usb = { version = " 0.5.1" , path = " ../../embassy-usb" , features = [" defmt" ] }
1616embassy-net = { version = " 0.7.1" , path = " ../../embassy-net" , features = [" defmt" , " icmp" , " tcp" , " udp" , " raw" , " dhcpv4" , " medium-ethernet" , " dns" , " proto-ipv4" , " proto-ipv6" , " multicast" ] }
1717embassy-net-wiznet = { version = " 0.2.1" , path = " ../../embassy-net-wiznet" , features = [" defmt" ] }
1818embassy-futures = { version = " 0.1.2" , path = " ../../embassy-futures" }
1919embassy-usb-logger = { version = " 0.5.1" , path = " ../../embassy-usb-logger" }
20- cyw43 = { version = " 0.5 .0" , path = " ../../cyw43" , features = [" defmt" , " firmware-logs" ] }
21- cyw43-pio = { version = " 0.8 .0" , path = " ../../cyw43-pio" , features = [" defmt" ] }
20+ cyw43 = { version = " 0.6 .0" , path = " ../../cyw43" , features = [" defmt" , " firmware-logs" ] }
21+ cyw43-pio = { version = " 0.9 .0" , path = " ../../cyw43-pio" , features = [" defmt" ] }
2222
2323defmt = " 1.0.1"
2424defmt-rtt = " 1.0.0"
0 commit comments