From b9b87e4429f475c1225603b1c857eab47fe9e850 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:05:40 +0000 Subject: [PATCH] fix(deps): update rust crate cortex-m-rt to 0.7.4 (#67) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8eaf8870..013662d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" [dependencies] cortex-m = "0.7.7" -cortex-m-rt = { version = "0.7.3", optional = true} +cortex-m-rt = { version = "0.7.4", optional = true} critical-section = { version = "1.1.2", optional = true } vcell = "0.1.3"