Skip to content

Commit fa39a12

Browse files
author
Johannes Draaijer
committed
Use new version of stm32f7xx-hal
1 parent 91ab898 commit fa39a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ features = ["smi", "smoltcp-phy", "stm32f429", "smoltcp/socket-tcp"]
2020
[dependencies]
2121
volatile-register = "0.2"
2222
aligned = "0.4"
23-
stm32f7xx-hal = { git = "https://github.com/stm32-rs/stm32f7xx-hal", rev = "9503b8df0e983f04c00f4e503c44da7438355250", optional = true }
23+
stm32f7xx-hal = { version = "0.7.0", optional = true }
2424
stm32f4xx-hal = { version = "0.13", optional = true }
2525
stm32f1xx-hal = { version = "0.9", optional = true }
2626
cortex-m = "0.7"

0 commit comments

Comments
 (0)