From 62ed44f99af9e33d689c8308149f8f992176895f Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Wed, 1 Oct 2025 21:17:46 +0200 Subject: Update to embedded-io 0.7 --- examples/std/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/std') diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml index 0e3b3c6d5..06f1ba67e 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml @@ -12,8 +12,8 @@ embassy-time = { version = "0.5.0", path = "../../embassy-time", features = ["lo embassy-net = { version = "0.7.1", path = "../../embassy-net", features=[ "log", "medium-ethernet", "medium-ip", "tcp", "udp", "dns", "dhcpv4", "proto-ipv6"] } embassy-net-tuntap = { version = "0.1.1", path = "../../embassy-net-tuntap" } embassy-net-ppp = { version = "0.2.1", path = "../../embassy-net-ppp", features = ["log"]} -embedded-io-async = { version = "0.6.1" } -embedded-io-adapters = { version = "0.6.1", features = ["futures-03"] } +embedded-io-async = { version = "0.7.0" } +embedded-io-adapters = { version = "0.7.0", features = ["futures-03"] } critical-section = { version = "1.1", features = ["std"] } async-io = "1.6.0" -- cgit