Skip to content

Commit

Permalink
dependencies: align with master
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Apr 29, 2021
1 parent 3eeb5f0 commit 46adbd9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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 = [ ]
Expand Down

0 comments on commit 46adbd9

Please sign in to comment.