Skip to content

Commit

Permalink
Use async-io-mini from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Sep 10, 2024
1 parent d533e76 commit 7c77fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edge-nal-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ categories = [
embedded-io-async = { workspace = true, features = ["std"] }
edge-nal = { workspace = true }
async-io = "2"
async-io-mini = { git = "https://github.com/ivmarkov/async-io-mini", optional = true }
async-io-mini = { version = "0.2", optional = true }
futures-lite = "2"
libc = "0.2"
heapless = { workspace = true }

0 comments on commit 7c77fd6

Please sign in to comment.