Skip to content

Commit ee46a31

Browse files
Update Rust crate async-std to 1.12.0
1 parent eef1380 commit ee46a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async-vfs-os/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
async-vfs = { path = "../async-vfs", version = "^0.56.0" }
1515
cfg-if = "1.0.0"
1616
futures-lite = "1.12.0"
17-
async-std = { version = "1.6.0", features = [ "attributes" ], optional = true }
17+
async-std = { version = "1.12.0", features = [ "attributes" ], optional = true }
1818
smol = { version = "1.2.5", optional = true }
1919
smol-potat = { version = "1.1.2", optional = true }
2020
tokio = { version = "1.13.0", optional = true, features = ["full", "test-util"] }

0 commit comments

Comments
 (0)