From 7d12a8c110f3866960e3e61358017f1daf47371a Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 28 Aug 2023 02:02:24 +0200 Subject: [PATCH] Update Rust crate cortex-m-rt to 0.7.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]