Skip to content

Commit b46a041

Browse files
committed
Cargo: Bump smoltcp version from 0.7 to 0.8
Examples are not yet ported. Signed-off-by: Moritz Scheuren <moritz.scheuren@systec-electronic.com>
1 parent 3759c5c commit b46a041

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ features = [ "smi", "smoltcp-phy", "stm32f429" ]
1919

2020
[dependencies]
2121
volatile-register = "0.2"
22-
aligned = "0.3"
23-
stm32f7xx-hal = {version = "0.6.0", optional = true}
24-
stm32f4xx-hal = {version = "0.10.1", optional = true}
22+
aligned = "0.4"
23+
stm32f7xx-hal = {git = "https://github.com/stm32-rs/stm32f7xx-hal", rev = "d632a5c", optional = true}
24+
stm32f4xx-hal = {version = "0.10", optional = true}
2525
cortex-m = "0.7"
2626
log = { version = "0.4", optional = true }
2727

2828
[dependencies.smoltcp]
29-
version = "0.7"
29+
version = "0.8"
3030
default-features = false
31-
features = ["ethernet", "proto-ipv4"]
31+
features = ["medium-ethernet", "proto-ipv4"]
3232
optional = true
3333

3434
[features]

0 commit comments

Comments
 (0)