Update embedded-io to 0.3

This commit is contained in:
Dario Nieuwenhuis
2022-05-19 00:13:31 +02:00
parent 261043fc73
commit 47ceee47d5
8 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@ version = "0.1.0"
[dependencies]
embassy = { version = "0.1.0", path = "../../embassy", features = ["log", "std", "time", "nightly"] }
embassy-net = { version = "0.1.0", path = "../../embassy-net", features=["nightly", "std", "log", "medium-ethernet", "tcp", "dhcpv4", "pool-16"] }
embedded-io = { version = "0.2.0", features = ["async", "std"] }
embedded-io = { version = "0.3.0", features = ["async", "std", "futures"] }
async-io = "1.6.0"
env_logger = "0.9.0"