diff --git a/Cargo.toml b/Cargo.toml index 9df9043..fb2b7d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ embedded-time = "0.12.0" defmt = "0.2.0" defmt-rtt = "0.2.0" -panic-probe = "0.1.0" +panic-probe = { version = "0.2.0", features = ["print-defmt"] } rp2040-hal = { git = "https://github.com/rp-rs/rp-hal", branch="main", features=["rt"] } rp2040-boot2 = { git = "https://github.com/rp-rs/rp2040-boot2-rs", branch="main" }