Skip to content

Commit d09f89a

Browse files
bernard-wagnermikelodder7
authored andcommitted
fix(common): include ws and ipc features (foundry-rs#5787)
1 parent 9759bde commit d09f89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ foundry-macros.workspace = true
1717
# eth
1818
ethers-core.workspace = true
1919
ethers-solc.workspace = true
20-
ethers-providers.workspace = true
20+
ethers-providers = { workspace = true, features = ["ws", "ipc"] }
2121
ethers-middleware.workspace = true
2222
ethers-etherscan = { workspace = true, features = ["ethers-solc"] }
2323

0 commit comments

Comments
 (0)