Skip to content

Commit 675a824

Browse files
fix(common): include ws and ipc features (#5787)
1 parent dbfd8d9 commit 675a824

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)