Skip to content

Commit

Permalink
Upgrade to e-io 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Oct 3, 2023
1 parent dd06b69 commit 53d2592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 53d2592

Please sign in to comment.