Update Rust crate defmt to 0.3.6
All checks were successful
Gitea Actions Test / build (pull_request) Successful in 6m46s

This commit is contained in:
RenovateBot 2024-02-08 02:03:55 +00:00
parent 101d3c6371
commit f47274efb2

View file

@ -10,7 +10,7 @@ cortex-m = "0.7.7"
cortex-m-rt = "0.7.3" cortex-m-rt = "0.7.3"
rp-pico = "0.8.0" rp-pico = "0.8.0"
panic-halt = "0.2.0" panic-halt = "0.2.0"
defmt = "0.3.5" defmt = "0.3.6"
usb-device = "0.2.9" usb-device = "0.2.9"
usbd-hid = "0.6.1" usbd-hid = "0.6.1"
critical-section = "1.1.2" critical-section = "1.1.2"