Remove embassy-net features that matter-rs is not using
This commit is contained in:
parent
263279e714
commit
71b9a578d0
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ domain = { version = "0.7.2", default_features = false, features = ["heapless"]
|
||||||
portable-atomic = "1"
|
portable-atomic = "1"
|
||||||
|
|
||||||
# embassy-net dependencies
|
# embassy-net dependencies
|
||||||
embassy-net = { version = "0.1", features = ["udp", "igmp", "proto-ipv6", "medium-ethernet", "medium-ip"], optional = true }
|
embassy-net = { version = "0.1", features = ["igmp", "proto-ipv6", "udp"], optional = true }
|
||||||
embassy-net-driver = { version = "0.1", optional = true }
|
embassy-net-driver = { version = "0.1", optional = true }
|
||||||
smoltcp = { version = "0.10", default-features = false, optional = true }
|
smoltcp = { version = "0.10", default-features = false, optional = true }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue