hal 0.9.0

master
Robert Jördens 2021-04-07 16:35:57 +02:00
parent 009eb764bd
commit 1ca8aa98b0
2 changed files with 4 additions and 4 deletions

5
Cargo.lock generated
View File

@ -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",

View File

@ -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"]