Skip to content

Commit 2df4cce

Browse files
committed
Update HALs to latest version
1 parent 872cff1 commit 2df4cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ features = ["smoltcp-phy", "smoltcp/socket-raw", "stm32f429"]
2222
volatile-register = "0.2"
2323
aligned = "0.4"
2424
stm32f7xx-hal = { version = "0.7.0", optional = true }
25-
stm32f4xx-hal = { version = "0.13", optional = true }
26-
stm32f1xx-hal = { version = "0.9", optional = true }
25+
stm32f4xx-hal = { version = "0.14", optional = true }
26+
stm32f1xx-hal = { version = "0.10", optional = true }
2727
ieee802_3_miim = "0.7"
2828
cortex-m = "0.7"
2929
log = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)