From 396a353f62f43daaf8da8bfc614bd8810c97a9f5 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 17 Apr 2024 00:08:47 +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 7c0659d..9c4f8fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ embassy-executor = { version = "0.5.0", features = ["task-arena-size-32768", "ar embassy-rp = { version = "0.1.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] } embassy-futures = { version = "0.1.1" } -cortex-m-rt = "0.7.3" +cortex-m-rt = "0.7.4" -- 2.45.2