Skip to content

Commit 35e416c

Browse files
committed
Cargo.toml: bump dependency stm32f4xx-hal from 0.4 to 0.5
1 parent 12d326a commit 35e416c

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" ]
2020
[dependencies]
2121
volatile-register = "0.2"
2222
aligned = "0.3"
23-
stm32f4xx-hal = "0.4"
23+
stm32f4xx-hal = "0.5"
2424

2525
smoltcp = { version = "0.5.0", default-features = false, features = ["proto-ipv4", "proto-ipv6", "socket-icmp", "socket-udp", "socket-tcp", "log", "verbose"], optional = true }
2626
log = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)