smoltcp: enable IPv6

tcp-recv-fnmut
Sebastien Bourdeauducq 2020-07-06 11:30:48 +08:00
parent 9fcf9243f2
commit ae4d3e2455
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ libcortex_a9 = { path = "../libcortex_a9" }
[dependencies.smoltcp]
version = "0.6"
features = ["ethernet", "proto-ipv4", "socket-tcp"]
features = ["ethernet", "proto-ipv4", "proto-ipv6", "socket-tcp"]
default-features = false