dependencies: hal ref is on master now [nfc]

master
Robert Jördens 2021-02-15 08:53:55 +01:00
parent 5fc45a659b
commit cfc4cb382d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1013,7 +1013,7 @@ dependencies = [
[[package]]
name = "stm32h7xx-hal"
version = "0.8.0"
source = "git+https://github.com/stm32-rs/stm32h7xx-hal?branch=dma#2b8a04caac566a8560f400ddd6503508f78bea77"
source = "git+https://github.com/stm32-rs/stm32h7xx-hal?branch=master#2b8a04caac566a8560f400ddd6503508f78bea77"
dependencies = [
"bare-metal 1.0.0",
"cast",

View File

@ -57,7 +57,7 @@ default-features = false
[dependencies.stm32h7xx-hal]
features = ["stm32h743v", "rt", "unproven", "ethernet", "quadspi"]
git = "https://github.com/stm32-rs/stm32h7xx-hal"
branch = "dma"
branch = "master"
[features]
semihosting = ["panic-semihosting", "cortex-m-log/semihosting"]