Update smoltcp to 0.10

This commit is contained in:
Dario Nieuwenhuis 2023-06-26 20:13:55 +02:00
parent ac2b7928c5
commit 715bf20c41

View File

@ -38,7 +38,7 @@ igmp = ["smoltcp/proto-igmp"]
defmt = { version = "0.3", optional = true }
log = { version = "0.4.14", optional = true }
smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev = "803840b5ccac01cc0f108993958f637835f0adbe", default-features = false, features = [
smoltcp = { version = "0.10.0", default-features = false, features = [
"socket",
"async",
] }