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 d4a0101 commit 0b26fbcCopy full SHA for 0b26fbc
async-vfs-os/Cargo.toml
@@ -13,7 +13,7 @@ readme = "README.md"
13
[dependencies]
14
async-vfs = { path = "../async-vfs", version = "^0.56.0" }
15
cfg-if = "1.0.0"
16
-futures-lite = "2.2.0"
+futures-lite = "2.3.0"
17
async-std = { version = "1.12.0", features = [ "attributes" ], optional = true }
18
smol = { version = "2.0.0", optional = true }
19
smol-potat = { version = "1.1.2", optional = true }
async-vfs/Cargo.toml
@@ -12,5 +12,5 @@ readme = "../README.md"
12
async-trait = "0.1.77"
thiserror = "1.0.57"
0 commit comments