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 f1a6ba3 commit 12d326aCopy full SHA for 12d326a
README.md
@@ -14,7 +14,7 @@ Please send pull requests.
14
Add to the `[dependencies]` section in your `Cargo.toml`:
15
```rust
16
stm32f4xx-hal = { version = "*", features = ["stm32f429"] }
17
-stm32-eth = { version = "0.1.0", features = ["nucleo-f429zi"] }
+stm32-eth = { version = "0.1.1", features = ["nucleo-f429zi"] }
18
```
19
20
In `src/main.rs` add:
0 commit comments