Bumping HAL version

master
Ryan Summers 2021-06-15 12:46:03 +02:00
parent c96999de52
commit 9e182c850b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -812,7 +812,7 @@ dependencies = [
[[package]]
name = "stm32h7xx-hal"
version = "0.9.0"
source = "git+https://github.com/quartiq/stm32h7xx-hal.git?branch=master#acd47beb4b84b4dc46da3a8b68688bc8c5984604"
source = "git+https://github.com/quartiq/stm32h7xx-hal.git?rev=acd47be#acd47beb4b84b4dc46da3a8b68688bc8c5984604"
dependencies = [
"bare-metal 1.0.0",
"cast",

View File

@ -57,7 +57,7 @@ rev = "70b0eb5"
features = ["stm32h743v", "rt", "unproven", "ethernet", "quadspi"]
# version = "0.9.0"
git = "https://github.com/quartiq/stm32h7xx-hal.git"
branch = "master"
rev = "acd47be"
# link.x section start/end
[patch.crates-io.cortex-m-rt]