From 0f47b5a1fd587f9fee2bd6fb402c8a66088e2bde Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 1 Apr 2025 15:02:03 +0000 Subject: [PATCH] Update Rust crate panic-probe to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a01acd6..304d393 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ defmt-rtt = "0.4" cortex-m = { version = "0.7.7" } cortex-m-rt = "0.7.3" -panic-probe = { version = "0.3", features = ["print-defmt"] } +panic-probe = { version = "1.0", features = ["print-defmt"] } [features] serial = [] -- 2.47.1