From 0e0e9739ce537cb72dbed4bd2d360e2b1fd871f8 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 27 Aug 2023 02:02:49 +0200 Subject: [PATCH] Update Rust crate cortex-m to 0.7.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ef55ae..090c346 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ numtoa = "0.2.4" usbd-hid = "0.6.1" defmt-rtt = "0.4" -cortex-m = { version = "0.7.6" } +cortex-m = { version = "0.7.7" } cortex-m-rt = "0.7.0" panic-probe = { version = "0.3", features = ["print-defmt"] }