Use smoltcp revision from its master branch.
This commit is contained in:
parent
4f4b19d920
commit
d6f3b479df
3 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ atomic-pool = "0.2.1"
|
|||
|
||||
[dependencies.smoltcp]
|
||||
git = "https://github.com/smoltcp-rs/smoltcp"
|
||||
rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6"
|
||||
rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
|
||||
default-features = false
|
||||
features = [
|
||||
"proto-ipv4",
|
||||
|
|
|
@ -26,6 +26,6 @@ critical-section = "0.2.3"
|
|||
|
||||
[dependencies.smoltcp]
|
||||
git = "https://github.com/smoltcp-rs/smoltcp"
|
||||
rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6"
|
||||
rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
|
||||
default-features = false
|
||||
features = ["defmt"]
|
|
@ -28,6 +28,6 @@ micromath = "2.0.0"
|
|||
|
||||
[dependencies.smoltcp]
|
||||
git = "https://github.com/smoltcp-rs/smoltcp"
|
||||
rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6"
|
||||
rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
|
||||
default-features = false
|
||||
features = ["defmt"]
|
Loading…
Reference in a new issue