From 47ceee47d56995c1028bc2509ede22830a121f8c Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Thu, 19 May 2022 00:13:31 +0200 Subject: Update embedded-io to 0.3 --- examples/std/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/std') diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml index fa2a98a49..863760a45 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml @@ -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" -- cgit