stm32-rs / stm32-eth

Embedded Ethernet driver in Rust
Apache License 2.0
147 stars 47 forks source link

Cargo: fix docs.rs build (hopefully) #38

Closed systec-ms closed 2 years ago

systec-ms commented 2 years ago

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.

astro commented 2 years ago

Thank you!