Merge pull request #1587 from embassy-rs/update-smoltcp2

Update smoltcp to 0.10
This commit is contained in:
Dario Nieuwenhuis 2023-06-26 18:28:38 +00:00 committed by GitHub
commit 45561f1622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",
] }