Update smoltcp, fix build issues with no ethernet.

This commit is contained in:
Dario Nieuwenhuis
2021-11-26 20:39:21 +01:00
parent 6aa27d1a8e
commit 524eed5db5
3 changed files with 9 additions and 10 deletions

View File

@ -35,7 +35,7 @@ atomic-pool = "0.2.1"
[dependencies.smoltcp]
git = "https://github.com/smoltcp-rs/smoltcp"
rev = "453183f8a1d16daf2f6739b565d3dc7ac93b662e"
rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6"
default-features = false
features = [
"proto-ipv4",