Update Rust crate panic-probe to v1
Some checks failed
Gavania Merge Build / build (pull_request) Has been cancelled

This commit is contained in:
RenovateBot 2025-04-01 15:02:03 +00:00
parent c1ac967758
commit 0f47b5a1fd

View file

@ -19,7 +19,7 @@ defmt-rtt = "0.4"
cortex-m = { version = "0.7.7" } cortex-m = { version = "0.7.7" }
cortex-m-rt = "0.7.3" cortex-m-rt = "0.7.3"
panic-probe = { version = "0.3", features = ["print-defmt"] } panic-probe = { version = "1.0", features = ["print-defmt"] }
[features] [features]
serial = [] serial = []