From 89fe920e6bb5f393a48ed46314cabdcfa2d5c0fc Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 15 Feb 2023 02:00:52 +0100 Subject: [PATCH] Update Rust crate cortex-m-rt to 0.7.3 --- rust/pico/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pico/Cargo.toml b/rust/pico/Cargo.toml index 8fd9c37..7ab6a53 100644 --- a/rust/pico/Cargo.toml +++ b/rust/pico/Cargo.toml @@ -5,7 +5,7 @@ version = "0.1.0" [dependencies] cortex-m = "0.7.7" -cortex-m-rt = "0.7.2" +cortex-m-rt = "0.7.3" cortex-m-rtic = "1.1.3" fugit = "0.3.6" embedded-hal = { version = "0.2.7", features = ["unproven"] } -- 2.45.2