From 967e55f72aad90ff1c68f762b70dd7bb982390e4 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 15 Feb 2023 02:02:09 +0100 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 7a881fd..fb6205a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] cortex-m = "0.7.7" -cortex-m-rt = "0.7.2" +cortex-m-rt = "0.7.3" rp-pico = "0.6.0" panic-halt = "0.2.0" defmt = "0.3.2"