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 --- embassy-sync/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embassy-sync') diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml index 0c28cec7d..86c87b7b1 100644 --- a/embassy-sync/Cargo.toml +++ b/embassy-sync/Cargo.toml @@ -41,7 +41,7 @@ futures-core = { version = "0.3.31", default-features = false } critical-section = "1.1" heapless = "0.8" cfg-if = "1.0.0" -embedded-io-async = { version = "0.6.1" } +embedded-io-async = { version = "0.7.0" } [dev-dependencies] futures-executor = { version = "0.3.17", features = [ "thread-pool" ] } -- cgit