Skip to content

Commit

Permalink
Update stm32f4xx-hal to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
datdenkikniet committed Nov 3, 2024
1 parent 8d21708 commit 0b12a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ features = ["smoltcp-phy", "stm32f429", "async-await"]
volatile-register = "0.2"
aligned = "0.4"
stm32f7xx-hal = { version = "0.8", optional = true }
stm32f4xx-hal = { version = "0.20", optional = true }
stm32f4xx-hal = { version = "0.22", optional = true }
stm32f4 = { version = "0.15", optional = true }
stm32f1xx-hal = { version = "0.10", optional = true }
ieee802_3_miim = "0.8"
Expand Down

0 comments on commit 0b12a65

Please sign in to comment.