We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d533e76 commit 7c77fd6Copy full SHA for 7c77fd6
edge-nal-std/Cargo.toml
@@ -18,7 +18,7 @@ categories = [
18
embedded-io-async = { workspace = true, features = ["std"] }
19
edge-nal = { workspace = true }
20
async-io = "2"
21
-async-io-mini = { git = "https://github.com/ivmarkov/async-io-mini", optional = true }
+async-io-mini = { version = "0.2", optional = true }
22
futures-lite = "2"
23
libc = "0.2"
24
heapless = { workspace = true }
0 commit comments