From 23c16a69537da9ad9c6b44104eb3c1bc65b1e990 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 7 Jun 2023 02:00:53 +0200 Subject: [PATCH] Update Rust crate fugit to 0.3.7 --- 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 f95979f..18dbdc0 100644 --- a/rust/pico/Cargo.toml +++ b/rust/pico/Cargo.toml @@ -7,7 +7,7 @@ version = "0.1.0" cortex-m = "0.7.7" cortex-m-rt = "0.7.3" cortex-m-rtic = "1.1.4" -fugit = "0.3.6" +fugit = "0.3.7" embedded-hal = { version = "0.2.7", features = ["unproven"] } embedded-time = "0.12.1"