From 53d2592bee983a20b1b06aee3ed7da6e347b21aa Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Tue, 3 Oct 2023 19:28:14 +0000 Subject: [PATCH] Upgrade to e-io 0.6 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e1ac23cc661..13fd6270078 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,8 +42,8 @@ embedded-hal = "=1.0.0-rc.1" embedded-hal-0-2 = { package = "embedded-hal", version = "0.2.7", features = ["unproven"] } embedded-hal-nb = "=1.0.0-rc.1" embedded-hal-async = { version = "=1.0.0-rc.1", optional = true } -embedded-io = "0.5" -embedded-io-async = { version = "0.5", optional = true } +embedded-io = "0.6" +embedded-io-async = { version = "0.6", optional = true } esp-idf-sys = { version = "0.33", optional = true, default-features = false, features = ["native"] } critical-section = { version = "1.1.1", optional = true } heapless = "0.7"