Skip to content

Commit 8b71e6a

Browse files
committed
chore(deps): drop unused tokio "fs" feature
Nothing references tokio::fs after FileSystemOs moved to std::fs; the wasm target already builds without it.
1 parent 24f58e4 commit 8b71e6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ document-features = { version = "0.2.12", optional = true }
100100
futures = "0.3.32"
101101

102102
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
103-
tokio = { version = "1.52.3", default-features = false, features = ["sync", "rt-multi-thread", "macros", "fs"] }
103+
tokio = { version = "1.52.3", default-features = false, features = ["sync", "rt-multi-thread", "macros"] }
104104
[target.'cfg(target_arch = "wasm32")'.dependencies]
105105
tokio = { version = "1.52.3", default-features = false, features = ["sync", "rt", "macros"] }
106106

0 commit comments

Comments
 (0)