Use smoltcp 0.8.0 from crates.io.
This commit is contained in:
parent
dce3f8c47d
commit
e95b96f3a4
@ -34,8 +34,7 @@ futures = { version = "0.3.17", default-features = false, features =
|
||||
atomic-pool = "0.2.1"
|
||||
|
||||
[dependencies.smoltcp]
|
||||
git = "https://github.com/smoltcp-rs/smoltcp"
|
||||
rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
|
||||
version = "0.8.0"
|
||||
default-features = false
|
||||
features = [
|
||||
"proto-ipv4",
|
||||
|
@ -25,7 +25,6 @@ rand_core = "0.6.3"
|
||||
critical-section = "0.2.3"
|
||||
|
||||
[dependencies.smoltcp]
|
||||
git = "https://github.com/smoltcp-rs/smoltcp"
|
||||
rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
|
||||
version = "0.8.0"
|
||||
default-features = false
|
||||
features = ["defmt"]
|
@ -27,8 +27,7 @@ critical-section = "0.2.5"
|
||||
micromath = "2.0.0"
|
||||
|
||||
[dependencies.smoltcp]
|
||||
git = "https://github.com/smoltcp-rs/smoltcp"
|
||||
rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
|
||||
version = "0.8.0"
|
||||
default-features = false
|
||||
features = ["defmt"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user