net: don't depend directly on smoltcp outside embassy-net
This commit is contained in:
@ -25,15 +25,3 @@ heapless = { version = "0.7.5", default-features = false }
|
||||
nb = "1.0.0"
|
||||
rand_core = "0.6.3"
|
||||
critical-section = "0.2.3"
|
||||
|
||||
|
||||
[dependencies.smoltcp]
|
||||
git = "https://github.com/bobmcwhirter/smoltcp"
|
||||
rev = "faf81d21daae16b650b16e59a8422a8283e8a302"
|
||||
default-features = false
|
||||
features = [
|
||||
"proto-ipv4",
|
||||
"socket",
|
||||
"async",
|
||||
"defmt",
|
||||
]
|
||||
|
Reference in New Issue
Block a user