From 1bc7a9736068a3de82da71bc1c9368f14b23cc73 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 3 Feb 2023 02:01:55 +0100 Subject: [PATCH] Update Rust crate cortex-m to 0.7.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d2fb62..230412d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cortex-m = "0.7.2" +cortex-m = "0.7.7" cortex-m-rt = "0.7.2" rp-pico = "0.6.0" panic-halt = "0.2.0"