Skip to content

Commit 2f5a81d

Browse files
Update Rust crate smol to v2 (#57)
1 parent 420e0c7 commit 2f5a81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async-vfs-os/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async-vfs = { path = "../async-vfs", version = "^0.56.0" }
1515
cfg-if = "1.0.0"
1616
futures-lite = "2.1.0"
1717
async-std = { version = "1.12.0", features = [ "attributes" ], optional = true }
18-
smol = { version = "1.3.0", optional = true }
18+
smol = { version = "2.0.0", optional = true }
1919
smol-potat = { version = "1.1.2", optional = true }
2020
tokio = { version = "1.35.0", optional = true, features = ["full", "test-util"] }
2121
async-compat = { version = "0.2.3", optional = true }

0 commit comments

Comments
 (0)