Bump smoltcp version

This commit is contained in:
Ruihan Li
2024-09-19 16:18:11 +08:00
committed by Tate, Hongliang Tian
parent 51334c4a36
commit b13a82dc61
2 changed files with 2 additions and 8 deletions

View File

@ -8,17 +8,12 @@ edition = "2021"
[dependencies]
keyable-arc = { path = "../keyable-arc" }
ostd = { path = "../../../ostd" }
smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev = "dc08e0b", default-features = false, features = [
smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev = "469dccd", default-features = false, features = [
"alloc",
"log",
"medium-ethernet",
"medium-ip",
"proto-dhcpv4",
"proto-ipv4",
"proto-igmp",
"socket-icmp",
"socket-udp",
"socket-tcp",
"socket-raw",
"socket-dhcpv4",
] }