From 32f9f2fdc875cd55d4882f4efc78c6eb68cceb29 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 17 Apr 2024 00:07:29 +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 89544b6..c7a6a68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] cortex-m = "0.7.7" -cortex-m-rt = "0.7.3" +cortex-m-rt = "0.7.4" rp-pico = "0.8.0" panic-halt = "0.2.0" defmt = "0.3.6"