Skip to content

Commit 0b12a65

Browse files
committed
Update stm32f4xx-hal to 0.22
1 parent 8d21708 commit 0b12a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ features = ["smoltcp-phy", "stm32f429", "async-await"]
2222
volatile-register = "0.2"
2323
aligned = "0.4"
2424
stm32f7xx-hal = { version = "0.8", optional = true }
25-
stm32f4xx-hal = { version = "0.20", optional = true }
25+
stm32f4xx-hal = { version = "0.22", optional = true }
2626
stm32f4 = { version = "0.15", optional = true }
2727
stm32f1xx-hal = { version = "0.10", optional = true }
2828
ieee802_3_miim = "0.8"

0 commit comments

Comments
 (0)