Update Rust crate panic-halt to v1
Some checks failed
Gitea Actions Test / build (pull_request) Has been cancelled

This commit is contained in:
RenovateBot 2024-10-31 14:23:51 +00:00
parent a0a7ea729e
commit 9d2fc9545c

View file

@ -9,7 +9,7 @@ edition = "2021"
cortex-m = "0.7.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 = "1.0.0"
defmt = "0.3.7" defmt = "0.3.7"
usb-device = "0.2.9" usb-device = "0.2.9"
usbd-hid = "0.6.1" usbd-hid = "0.6.1"