Skip to content

Commit 96c14a6

Browse files
committed
updated cargo package details
1 parent f65e41e commit 96c14a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Embedded Rust Ethernet driver for the STM32 MCU series"
55
license = "Apache-2.0"
66
authors = ["Astro <[email protected]>"]
77
version = "0.1.2"
8-
keywords = ["ethernet", "eth", "stm32", "stm32f4"]
8+
keywords = ["ethernet", "eth", "stm32", "stm32f4", "stm32f7"]
99
repository = "https://github.com/stm32-rs/stm32-eth"
1010
documentation = "https://docs.rs/stm32-eth/"
1111
edition = "2018"
@@ -15,7 +15,7 @@ travis-ci = { repository = "astro/stm32-eth", branch = "master" }
1515
maintenance = { status = "experimental" }
1616

1717
[package.metadata.docs.rs]
18-
features = [ "smoltcp-phy", "nucleo-f767zi" ]
18+
features = [ "smoltcp-phy", "nucleo-f429zi", "nucleo-f767zi" ]
1919

2020
[dependencies]
2121
volatile-register = "0.2"

0 commit comments

Comments
 (0)