Skip to content

Commit 23bdd81

Browse files
committed
dependencies: align with master
1 parent 9e66054 commit 23bdd81

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ smoltcp-nal = "0.1.0"
4747
miniconf = "0.1"
4848
generic-array = "0.14"
4949

50-
[dependencies.mcp23017]
51-
git = "https://github.com/mrd0ll4r/mcp23017.git"
52-
53-
[dependencies.stm32h7xx-hal]
54-
features = ["stm32h743v", "rt", "unproven", "ethernet", "quadspi"]
55-
git = "https://github.com/stm32-rs/stm32h7xx-hal"
56-
branch = "master"
57-
5850
[build-dependencies]
5951
cc = "1.0"
6052

@@ -82,6 +74,14 @@ branch = "master"
8274
# a new release of smoltcp is made, we can remove this patch.
8375
git = "https://github.com/smoltcp-rs/smoltcp.git"
8476

77+
[dependencies.mcp23017]
78+
git = "https://github.com/mrd0ll4r/mcp23017.git"
79+
80+
[dependencies.stm32h7xx-hal]
81+
features = ["stm32h743v", "rt", "unproven", "ethernet", "quadspi"]
82+
git = "https://github.com/stm32-rs/stm32h7xx-hal"
83+
branch = "master"
84+
8585
[features]
8686
semihosting = ["panic-semihosting", "cortex-m-log/semihosting"]
8787
bkpt = [ ]

0 commit comments

Comments
 (0)