dependencies: align with master

This commit is contained in:
Robert Jördens 2021-04-29 16:44:12 +02:00
parent 9e66054d21
commit 23bdd816a7
1 changed files with 8 additions and 8 deletions

View File

@ -47,14 +47,6 @@ smoltcp-nal = "0.1.0"
miniconf = "0.1"
generic-array = "0.14"
[dependencies.mcp23017]
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"
[build-dependencies]
cc = "1.0"
@ -82,6 +74,14 @@ branch = "master"
# a new release of smoltcp is made, we can remove this patch.
git = "https://github.com/smoltcp-rs/smoltcp.git"
[dependencies.mcp23017]
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"
[features]
semihosting = ["panic-semihosting", "cortex-m-log/semihosting"]
bkpt = [ ]