We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9a372 commit 882553dCopy full SHA for 882553d
README.md
@@ -19,12 +19,12 @@ cargo build --example="ip" --features="stm32f429 smoltcp-phy log smoltcp/socket-
19
20
Add to the `[dependencies]` section in your `Cargo.toml`:
21
```rust
22
-stm32f4xx-hal = { version = "0.8.3", features = ["stm32f429"] }
+stm32f4xx-hal = { version = "0.10.1", features = ["stm32f429"] }
23
stm32-eth = { version = "0.2.0", features = ["stm32f429"] }
24
```
25
or
26
27
-stm32f7xx-hal = { version = "0.2.0", features = ["stm32f767"] }
+stm32f7xx-hal = { version = "0.6.0", features = ["stm32f767"] }
28
stm32-eth = { version = "0.2.0", features = ["stm32f767"]}
29
30
0 commit comments