From 9aa749183f2e01852a2c2f52b7d9b0b6b42fd6ec Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 27 Feb 2023 02:00:52 +0100 Subject: [PATCH] Update Rust crate cortex-m-rtic to 1.1.4 --- 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 9926e2f..aadc9a1 100644 --- a/rust/pico/Cargo.toml +++ b/rust/pico/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" [dependencies] cortex-m = "0.7.7" cortex-m-rt = "0.7.3" -cortex-m-rtic = "1.1.3" +cortex-m-rtic = "1.1.4" fugit = "0.3.6" embedded-hal = { version = "0.2.7", features = ["unproven"] } embedded-time = "0.12.1"