chore: update embassy-net smoltcp version

This commit is contained in:
Ulf Lilleengen
2026-03-20 16:06:40 +01:00
parent 84444a19eb
commit f0ff2ac131

View File

@@ -107,7 +107,7 @@ alloc = ["smoltcp/alloc"]
defmt = { version = "1.0.1", optional = true }
log = { version = "0.4.14", optional = true }
smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev = "2b9ae80c75329c92a2bc88192e1db008081df09c", default-features = false, features = [
smoltcp = { version = "0.13.0", default-features = false, features = [
"socket",
"async",
] }