Skip to content

Commit

Permalink
fix: add missing ethers-solc feature (foundry-rs#4930)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored May 12, 2023
1 parent 7be2425 commit a178961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ foundry-macros = { path = "../macros" }
serde_json = "1.0.95"
serde = "1.0.159"
hex = "0.4.3"
ethers = { workspace = true, features = ["solc-full", "abigen"] }
ethers = { workspace = true, features = ["solc-full", "abigen", "ethers-solc"] }
jsonpath_lib = "0.3.0"

# Error handling
Expand Down

0 comments on commit a178961

Please sign in to comment.