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"