net: don't depend directly on smoltcp outside embassy-net
This commit is contained in:
@ -26,16 +26,4 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa
|
||||
heapless = { version = "0.7.5", default-features = false }
|
||||
rand_core = "0.6.3"
|
||||
critical-section = "0.2.5"
|
||||
|
||||
micromath = "2.0.0"
|
||||
|
||||
[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