We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef1380 commit ee46a31Copy full SHA for ee46a31
async-vfs-os/Cargo.toml
@@ -14,7 +14,7 @@ readme = "README.md"
14
async-vfs = { path = "../async-vfs", version = "^0.56.0" }
15
cfg-if = "1.0.0"
16
futures-lite = "1.12.0"
17
-async-std = { version = "1.6.0", features = [ "attributes" ], optional = true }
+async-std = { version = "1.12.0", features = [ "attributes" ], optional = true }
18
smol = { version = "1.2.5", optional = true }
19
smol-potat = { version = "1.1.2", optional = true }
20
tokio = { version = "1.13.0", optional = true, features = ["full", "test-util"] }
0 commit comments