Skip to content

Commit b944ae2

Browse files
committed
Use stm32f7xx-hal 0.2.0
1 parent 96c14a6 commit b944ae2

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 = [ "smoltcp-phy", "nucleo-f429zi", "nucleo-f767zi" ]
2020
[dependencies]
2121
volatile-register = "0.2"
2222
aligned = "0.3"
23-
stm32f7xx-hal = {git = "https://github.com/stm32-rs/stm32f7xx-hal", optional = true}
23+
stm32f7xx-hal = {version = "0.2.0", optional = true}
2424
stm32f4xx-hal = {version = "0.7", optional = true}
2525
cortex-m = "0.6.0"
2626

0 commit comments

Comments
 (0)