Skip to content

Commit a1a13eb

Browse files
readme: version bump to match usage
1 parent f87108b commit a1a13eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Pull requests are welcome :)
1515
Add one of the following to the `[dependencies]` section in your `Cargo.toml` (with the correct MCU specified):
1616

1717
```toml
18-
stm32-eth = { version = "0.3.0", features = ["stm32f429"] } # For stm32f4xx-like MCUs
19-
stm32-eth = { version = "0.3.0", features = ["stm32f767"] } # For stm32f7xx-like MCUs
20-
stm32-eth = { version = "0.3.0", features = ["stm32f107"] } # For stm32f107
18+
stm32-eth = { version = "0.4.1", features = ["stm32f429"] } # For stm32f4xx-like MCUs
19+
stm32-eth = { version = "0.4.1", features = ["stm32f767"] } # For stm32f7xx-like MCUs
20+
stm32-eth = { version = "0.4.1", features = ["stm32f107"] } # For stm32f107
2121
```
2222

2323
`stm32_eth` re-exports the underlying HAL as `stm32_eth::hal`.
@@ -162,4 +162,4 @@ STM32_ETH_EXAMPLE_PINS=nucleo STM32_ETH_EXAMPLE_HSE=oscillator \
162162
cargo run --release --example arp \
163163
--features stm32f767 \
164164
--target thumbv7em-none-eabihf
165-
```
165+
```

0 commit comments

Comments
 (0)