Skip to content

Commit 71b9a57

Browse files
committed
Remove embassy-net features that matter-rs is not using
1 parent 263279e commit 71b9a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ domain = { version = "0.7.2", default_features = false, features = ["heapless"]
5151
portable-atomic = "1"
5252

5353
# embassy-net dependencies
54-
embassy-net = { version = "0.1", features = ["udp", "igmp", "proto-ipv6", "medium-ethernet", "medium-ip"], optional = true }
54+
embassy-net = { version = "0.1", features = ["igmp", "proto-ipv6", "udp"], optional = true }
5555
embassy-net-driver = { version = "0.1", optional = true }
5656
smoltcp = { version = "0.10", default-features = false, optional = true }
5757

0 commit comments

Comments
 (0)