From 7bbb1cb5c04191b96c1c2d4d6fd62908b14907d2 Mon Sep 17 00:00:00 2001 From: astapleton Date: Fri, 31 May 2024 15:49:14 -0700 Subject: [PATCH] deps: Update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 892f72c..0414bb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,9 +35,9 @@ log-semihost = [] [dependencies] cortex-m = { version = "^0.7.7", features = ["critical-section-single-core"] } -stm32h5 = { version = "*", git = "https://github.com/stm32-rs/stm32-rs-nightlies" } +stm32h5 = "0.15.1" fugit = "0.3.6" -embedded-hal = { version = "0.2.7", features = ["unproven"] } +embedded-hal = "1.0.0" [dev-dependencies] cortex-m-rt = ">=0.6.15,<0.8" @@ -45,7 +45,7 @@ log = "0.4.11" panic-halt = "0.2.0" panic-rtt-target = { version = "0.1.0", features = ["cortex-m"] } cfg-if = "1.0.0" -rtt-target = "0.4.0" +rtt-target = "0.5.0" lazy_static = { version = "1.4.0", features = ["spin_no_std"] } cortex-m-log = { version = "0.8.0", features = ["itm", "semihosting", "log-integration"] } cortex-m-semihosting = "0.5.0"