Update smoltcp.

This commit is contained in:
Dario Nieuwenhuis
2023-06-26 01:59:25 +02:00
parent d8c70c5c3e
commit 64cba950e5
4 changed files with 18 additions and 9 deletions

View File

@ -38,10 +38,10 @@ igmp = ["smoltcp/proto-igmp"]
defmt = { version = "0.3", optional = true }
log = { version = "0.4.14", optional = true }
smoltcp = { version = "0.9.0", default-features = false, features = [
smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev = "803840b5ccac01cc0f108993958f637835f0adbe", default-features = false, features = [
"socket",
"async",
]}
] }
embassy-net-driver = { version = "0.1.0", path = "../embassy-net-driver" }
embassy-hal-common = { version = "0.1.0", path = "../embassy-hal-common" }