@@ -41,20 +41,18 @@ nrf52832-dk = ["nrf52832"]
4141microbit-v2 = [" nrf52833" ]
4242
4343[dependencies ]
44- embassy-executor = { version = " 0.6 .0" , features = [" arch-cortex-m" , " executor-thread" , " executor-interrupt" , " defmt" , " integrated-timers " ]}
45- embassy-time = { version = " 0.3 .0" , features = [" defmt" , " defmt-timestamp-uptime" ]}
44+ embassy-executor = { version = " 0.7 .0" , features = [" arch-cortex-m" , " executor-thread" , " executor-interrupt" , " defmt" ]}
45+ embassy-time = { version = " 0.4 .0" , features = [" defmt" , " defmt-timestamp-uptime" ]}
4646embassy-sync = { version = " 0.6.0" }
47- embassy-nrf = { version = " 0.2.0" , features = [" defmt" , " gpiote" , " time-driver-rtc1" ]}
48- cortex-m = " 0.7.7"
47+ embassy-nrf = { version = " 0.3.0" , features = [" defmt" , " gpiote" , " time-driver-rtc1" ]}
4948cortex-m-rt = " 0.7.3"
50- defmt = " 0.3.5 "
51- defmt-rtt = " 0.4.0 "
52- panic-probe = { version = " 0.3. 1" , features = [" print-defmt" ] }
49+ defmt = " 1 "
50+ defmt-rtt = " 1 "
51+ panic-probe = { version = " 1" , features = [" print-defmt" ] }
5352nrf-softdevice = { version = " 0.1.0" , path = " ../nrf-softdevice" , features = [" defmt" , " ble-peripheral" , " ble-central" , " critical-section-impl" ] }
5453embedded-storage = " 0.3.1"
5554embedded-storage-async = " 0.4.1"
5655futures = { version = " 0.3.29" , default-features = false }
57- fixed = " 1.24.0"
5856heapless = " 0.8.0"
5957atomic-pool = " 1.0.1"
6058static_cell = " 2.0.0"
0 commit comments