Skip to content

Commit 8d21708

Browse files
committed
Update stm32f7xx-hal to 0.8
1 parent b3e9cc7 commit 8d21708

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
@@ -21,7 +21,7 @@ features = ["smoltcp-phy", "stm32f429", "async-await"]
2121
[dependencies]
2222
volatile-register = "0.2"
2323
aligned = "0.4"
24-
stm32f7xx-hal = { version = "0.7", optional = true }
24+
stm32f7xx-hal = { version = "0.8", optional = true }
2525
stm32f4xx-hal = { version = "0.20", optional = true }
2626
stm32f4 = { version = "0.15", optional = true }
2727
stm32f1xx-hal = { version = "0.10", optional = true }

0 commit comments

Comments
 (0)