mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 14:53:03 +00:00
Merge #538
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:
commit
8e25ecb68e
@ -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",
|
||||
|
@ -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"]
|
@ -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"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user