Skip to content

Commit 31d9974

Browse files
committed
Cargo: fix docs.rs build (hopefully)
If you enable the socket feature, you must enable at least one of the following features: socket-raw, socket-udp, socket-tcp, socket-icmp, socket-dhcp Signed-off-by: Moritz Scheuren <moritz.scheuren@systec-electronic.com>
1 parent f246fae commit 31d9974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ travis-ci = { repository = "astro/stm32-eth", branch = "master" }
1515
maintenance = { status = "experimental" }
1616

1717
[package.metadata.docs.rs]
18-
features = [ "smi", "smoltcp-phy", "stm32f429" ]
18+
features = [ "smi", "smoltcp-phy", "stm32f429", "smoltcp/socket-tcp" ]
1919

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

0 commit comments

Comments
 (0)