Skip to content

Commit

Permalink
Enable providers in ethers-middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Aug 7, 2023
1 parent 2a88d2c commit 3740d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-middleware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3740d34

Please sign in to comment.