diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 5af188b1d..baae44d85 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -23,7 +23,7 @@ rustdoc-args = ["--cfg", "docsrs"] all-features = true [dependencies] -ethers-contract = { workspace = true, features = ["abigen"] } +ethers-contract = { workspace = true, features = ["abigen", "providers"] } ethers-core.workspace = true ethers-etherscan.workspace = true ethers-providers.workspace = true