Skip to content

Commit ba7e102

Browse files
committed
feat
1 parent 3a184b2 commit ba7e102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/artifacts/solc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ foundry-compilers-core = { workspace = true, features = ["test-utils"] }
4545
[features]
4646
async = ["dep:tokio", "dep:futures-util"]
4747
checksum = ["foundry-compilers-core/hasher"]
48-
walkdir = ["foundry-compilers-core/walkdir"]
48+
walkdir = ["rayon", "foundry-compilers-core/walkdir"]
4949
rayon = ["dep:rayon"]

0 commit comments

Comments
 (0)