Skip to content

Commit 3602c06

Browse files
committed
socket: add socket-eth to set of default features
1 parent 76691d0 commit 3602c06

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
@@ -104,7 +104,7 @@ default = [
104104
"phy-raw_socket", "phy-tuntap_interface",
105105
"proto-ipv4", "proto-dhcpv4", "proto-ipv6", "proto-dns",
106106
"proto-ipv4-fragmentation", "proto-sixlowpan-fragmentation",
107-
"socket-raw", "socket-icmp", "socket-udp", "socket-tcp", "socket-dhcpv4", "socket-dns", "socket-mdns", "socket-eth",
107+
"socket-eth", "socket-raw", "socket-icmp", "socket-udp", "socket-tcp", "socket-dhcpv4", "socket-dns", "socket-mdns", "socket-eth",
108108
"packetmeta-id", "async", "multicast"
109109
]
110110

0 commit comments

Comments
 (0)