Skip to content

Commit

Permalink
removed async
Browse files Browse the repository at this point in the history
  • Loading branch information
sambenko committed Nov 6, 2023
1 parent 869782c commit 9c84777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ heapless = "0.7.10"
rand_core = "0.6.0"
defmt = { version = "0.3", optional = true }
log = { version = "0.4.14", optional = true }
embedded-io = { version = "0.6.1", features = ["async"]}
embedded-io = "0.6.1"
embedded-io-async = { version = "0.6.0" }

[dev-dependencies]
Expand Down

0 comments on commit 9c84777

Please sign in to comment.