Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
add `embedded-io-async` dependency
  • Loading branch information
dstric-aqueduct committed Dec 12, 2023
1 parent 9dbf319 commit 5c3162e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ defmt = "=0.3.2"
defmt-rtt = "0.4.0"
embedded-hal = "0.2.6"
embedded-io = "0.6.1"
embedded-io-async = { version = "0.6.0" }
panic-probe = { version = "0.3", features = ["print-defmt"] }
futures = { version = "0.3.17", default-features = false, features = [
"async-await",
Expand Down

0 comments on commit 5c3162e

Please sign in to comment.