diff --git a/Cargo.toml b/Cargo.toml index 9b7cb73..0595c33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,10 +58,11 @@ branch = "master" features = ["stm32h743v"] [dependencies.stm32h7xx-hal] -git = "https://github.com/quartiq/stm32h7xx-hal.git" -branch = "feature/pounder-support" features = ["stm32h743v", "rt", "unproven"] +[patch.crates-io] +stm32h7xx-hal = { git = "https://github.com/quartiq/stm32h7xx-hal.git", branch = "feature/pounder-support" } + [features] semihosting = ["panic-semihosting", "cortex-m-log/semihosting"] bkpt = [ ]