From db855557ff0685cd127611e171d943bf9dd6667b Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 17 Apr 2024 00:06:26 +0000 Subject: [PATCH] Update Rust crate cortex-m-rt to 0.7.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a01acd6..1193b08 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.3" +cortex-m-rt = "0.7.4" panic-probe = { version = "0.3", features = ["print-defmt"] } [features]