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 3a184b2 commit ba7e102Copy full SHA for ba7e102
crates/artifacts/solc/Cargo.toml
@@ -45,5 +45,5 @@ foundry-compilers-core = { workspace = true, features = ["test-utils"] }
45
[features]
46
async = ["dep:tokio", "dep:futures-util"]
47
checksum = ["foundry-compilers-core/hasher"]
48
-walkdir = ["foundry-compilers-core/walkdir"]
+walkdir = ["rayon", "foundry-compilers-core/walkdir"]
49
rayon = ["dep:rayon"]
0 commit comments