From 8990b86b4fdeb65e101e16c54e5a877ee59c4387 Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Sun, 2 Jun 2024 22:38:09 -0500 Subject: [PATCH] fix(deps): reverting cortex-m-rt to 0.7.3 due to yanking --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9cf0e13c..648c36a5 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.4", optional = true} +cortex-m-rt = { version = "0.7.3", optional = true } critical-section = { version = "1.1.2", optional = true } vcell = "0.1.3"