dependencies: align with master
This commit is contained in:
parent
9e66054d21
commit
23bdd816a7
16
Cargo.toml
16
Cargo.toml
|
@ -47,14 +47,6 @@ smoltcp-nal = "0.1.0"
|
||||||
miniconf = "0.1"
|
miniconf = "0.1"
|
||||||
generic-array = "0.14"
|
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]
|
[build-dependencies]
|
||||||
cc = "1.0"
|
cc = "1.0"
|
||||||
|
|
||||||
|
@ -82,6 +74,14 @@ branch = "master"
|
||||||
# a new release of smoltcp is made, we can remove this patch.
|
# a new release of smoltcp is made, we can remove this patch.
|
||||||
git = "https://github.com/smoltcp-rs/smoltcp.git"
|
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]
|
[features]
|
||||||
semihosting = ["panic-semihosting", "cortex-m-log/semihosting"]
|
semihosting = ["panic-semihosting", "cortex-m-log/semihosting"]
|
||||||
bkpt = [ ]
|
bkpt = [ ]
|
||||||
|
|
Loading…
Reference in New Issue