532: Use smoltcp revision from its master branch. r=lulf a=matoushybl



Co-authored-by: Matous Hybl <hyblmatous@gmail.com>
This commit is contained in:
bors[bot] 2021-12-09 11:21:11 +00:00 committed by GitHub
commit 8ad8e3b718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ atomic-pool = "0.2.1"
[dependencies.smoltcp] [dependencies.smoltcp]
git = "https://github.com/smoltcp-rs/smoltcp" git = "https://github.com/smoltcp-rs/smoltcp"
rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6" rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
default-features = false default-features = false
features = [ features = [
"proto-ipv4", "proto-ipv4",

View File

@ -26,6 +26,6 @@ critical-section = "0.2.3"
[dependencies.smoltcp] [dependencies.smoltcp]
git = "https://github.com/smoltcp-rs/smoltcp" git = "https://github.com/smoltcp-rs/smoltcp"
rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6" rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
default-features = false default-features = false
features = ["defmt"] features = ["defmt"]

View File

@ -28,6 +28,6 @@ micromath = "2.0.0"
[dependencies.smoltcp] [dependencies.smoltcp]
git = "https://github.com/smoltcp-rs/smoltcp" git = "https://github.com/smoltcp-rs/smoltcp"
rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6" rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
default-features = false default-features = false
features = ["defmt"] features = ["defmt"]