From 9d2fc9545c04a1cb39a48cc305483c62e7396851 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 31 Oct 2024 14:23:51 +0000 Subject: [PATCH] Update Rust crate panic-halt to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0354ee4..6613bc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" cortex-m = "0.7.7" cortex-m-rt = "0.7.3" rp-pico = "0.8.0" -panic-halt = "0.2.0" +panic-halt = "1.0.0" defmt = "0.3.7" usb-device = "0.2.9" usbd-hid = "0.6.1" -- 2.47.0