diff --git a/Cargo.toml b/Cargo.toml index fa28d1d..9da263b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ log-semihost = ["log"] [dependencies] cortex-m = { version = "^0.7.7", features = ["critical-section-single-core"] } -stm32h5 = { package = "stm32h5-staging", version = "0.17.0" } +stm32h5 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies" } fugit = "0.3.7" embedded-hal = "1.0.0" defmt = { version = "0.3.8", optional = true }