538: Use smoltcp 0.8.0 from crates.io. r=Dirbaio a=matoushybl



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

View File

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

View File

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

View File

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