Use smoltcp revision from its master branch.

This commit is contained in:
Matous Hybl 2021-12-09 12:15:32 +01:00
parent 4f4b19d920
commit d6f3b479df
3 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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"]

View file

@ -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"]