From b7a6b7b5c40b234f80745b1fae90c8725d3e0602 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 11 Mar 2024 21:04:53 +0000 Subject: [PATCH] Update Rust crate cortex-m-rt to 0.7.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b98ced..7c0659d 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.0" +cortex-m-rt = "0.7.3" -- 2.45.2