Skip to content

Commit 882553d

Browse files
committed
Readme: hals version bump
Signed-off-by: Moritz Scheuren <moritz.scheuren@systec-electronic.com>
1 parent fc9a372 commit 882553d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ cargo build --example="ip" --features="stm32f429 smoltcp-phy log smoltcp/socket-
1919

2020
Add to the `[dependencies]` section in your `Cargo.toml`:
2121
```rust
22-
stm32f4xx-hal = { version = "0.8.3", features = ["stm32f429"] }
22+
stm32f4xx-hal = { version = "0.10.1", features = ["stm32f429"] }
2323
stm32-eth = { version = "0.2.0", features = ["stm32f429"] }
2424
```
2525
or
2626
```rust
27-
stm32f7xx-hal = { version = "0.2.0", features = ["stm32f767"] }
27+
stm32f7xx-hal = { version = "0.6.0", features = ["stm32f767"] }
2828
stm32-eth = { version = "0.2.0", features = ["stm32f767"]}
2929
```
3030

0 commit comments

Comments
 (0)