diff --git a/Cargo.toml b/Cargo.toml index 090c346..a01acd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ usbd-hid = "0.6.1" defmt-rtt = "0.4" cortex-m = { version = "0.7.7" } -cortex-m-rt = "0.7.0" +cortex-m-rt = "0.7.3" panic-probe = { version = "0.3", features = ["print-defmt"] } [features]