Skip to content

Commit 7c77fd6

Browse files
committed
Use async-io-mini from crates.io
1 parent d533e76 commit 7c77fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edge-nal-std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ categories = [
1818
embedded-io-async = { workspace = true, features = ["std"] }
1919
edge-nal = { workspace = true }
2020
async-io = "2"
21-
async-io-mini = { git = "https://github.com/ivmarkov/async-io-mini", optional = true }
21+
async-io-mini = { version = "0.2", optional = true }
2222
futures-lite = "2"
2323
libc = "0.2"
2424
heapless = { workspace = true }

0 commit comments

Comments
 (0)