@@ -10,14 +10,14 @@ embassy-embedded-hal = { version = "0.3.0", path = "../../embassy-embedded-hal",
1010embassy-sync = { version = " 0.6.2" , path = " ../../embassy-sync" , features = [" defmt" ] }
1111embassy-executor = { version = " 0.7.0" , path = " ../../embassy-executor" , features = [" task-arena-size-98304" , " arch-cortex-m" , " executor-thread" , " executor-interrupt" , " defmt" ] }
1212embassy-time = { version = " 0.4.0" , path = " ../../embassy-time" , features = [" defmt" , " defmt-timestamp-uptime" ] }
13- embassy-rp = { version = " 0.3 .0" , path = " ../../embassy-rp" , features = [" defmt" , " unstable-pac" , " time-driver" , " critical-section-impl" , " rp2040" ] }
13+ embassy-rp = { version = " 0.4 .0" , path = " ../../embassy-rp" , features = [" defmt" , " unstable-pac" , " time-driver" , " critical-section-impl" , " rp2040" ] }
1414embassy-usb = { version = " 0.4.0" , path = " ../../embassy-usb" , features = [" defmt" ] }
1515embassy-net = { version = " 0.7.0" , path = " ../../embassy-net" , features = [" defmt" , " icmp" , " tcp" , " udp" , " raw" , " dhcpv4" , " medium-ethernet" , " dns" , " proto-ipv4" , " proto-ipv6" , " multicast" ] }
1616embassy-net-wiznet = { version = " 0.2.0" , path = " ../../embassy-net-wiznet" , features = [" defmt" ] }
1717embassy-futures = { version = " 0.1.0" , path = " ../../embassy-futures" }
1818embassy-usb-logger = { version = " 0.4.0" , path = " ../../embassy-usb-logger" }
1919cyw43 = { version = " 0.3.0" , path = " ../../cyw43" , features = [" defmt" , " firmware-logs" ] }
20- cyw43-pio = { version = " 0.3 .0" , path = " ../../cyw43-pio" , features = [" defmt" ] }
20+ cyw43-pio = { version = " 0.4 .0" , path = " ../../cyw43-pio" , features = [" defmt" ] }
2121
2222defmt = " 0.3"
2323defmt-rtt = " 0.4"
0 commit comments