forked from M-Labs/zynq-rs
smoltcp: enable IPv6
This commit is contained in:
parent
9fcf9243f2
commit
ae4d3e2455
|
@ -21,5 +21,5 @@ libcortex_a9 = { path = "../libcortex_a9" }
|
||||||
|
|
||||||
[dependencies.smoltcp]
|
[dependencies.smoltcp]
|
||||||
version = "0.6"
|
version = "0.6"
|
||||||
features = ["ethernet", "proto-ipv4", "socket-tcp"]
|
features = ["ethernet", "proto-ipv4", "proto-ipv6", "socket-tcp"]
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
Loading…
Reference in New Issue