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"
|
atomic-pool = "0.2.1"
|
||||||
|
|
||||||
[dependencies.smoltcp]
|
[dependencies.smoltcp]
|
||||||
git = "https://github.com/smoltcp-rs/smoltcp"
|
version = "0.8.0"
|
||||||
rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
features = [
|
features = [
|
||||||
"proto-ipv4",
|
"proto-ipv4",
|
||||||
|
@ -25,7 +25,6 @@ rand_core = "0.6.3"
|
|||||||
critical-section = "0.2.3"
|
critical-section = "0.2.3"
|
||||||
|
|
||||||
[dependencies.smoltcp]
|
[dependencies.smoltcp]
|
||||||
git = "https://github.com/smoltcp-rs/smoltcp"
|
version = "0.8.0"
|
||||||
rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["defmt"]
|
features = ["defmt"]
|
@ -27,8 +27,7 @@ critical-section = "0.2.5"
|
|||||||
micromath = "2.0.0"
|
micromath = "2.0.0"
|
||||||
|
|
||||||
[dependencies.smoltcp]
|
[dependencies.smoltcp]
|
||||||
git = "https://github.com/smoltcp-rs/smoltcp"
|
version = "0.8.0"
|
||||||
rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["defmt"]
|
features = ["defmt"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user