diff --git a/Cargo.lock b/Cargo.lock index 6c6641d..0d7c6b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -771,8 +771,9 @@ dependencies = [ [[package]] name = "stm32h7xx-hal" -version = "0.8.0" -source = "git+https://github.com/stm32-rs/stm32h7xx-hal?branch=master#ad2a1ae9831dd34e171cc178cdad84e770b4c0ae" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67034b80041bc33a48df1c1c435b6ae3bb18c35e42aa7e702ce8363b96793398" dependencies = [ "bare-metal 1.0.0", "cast", diff --git a/Cargo.toml b/Cargo.toml index 8d32d80..b59fffa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,8 +72,7 @@ git = "https://github.com/mrd0ll4r/mcp23017.git" [dependencies.stm32h7xx-hal] features = ["stm32h743v", "rt", "unproven", "ethernet", "quadspi"] -git = "https://github.com/stm32-rs/stm32h7xx-hal" -branch = "master" +version = "0.9.0" [features] semihosting = ["panic-semihosting", "cortex-m-log/semihosting"]