Skip to content

Commit 30c8eda

Browse files
committed
fix: remove tls web3 feature, build err
1 parent 8976544 commit 30c8eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serde = {version = "^1.0", features = ['derive']}
1414
serde_json = "1.0"
1515
serde-hex = "0.1.0"
1616
# Ethereum
17-
web3 = { git = "https://github.com/samparsky/rust-web3" }
17+
web3 = { git = "https://github.com/samparsky/rust-web3", features=['http', 'ipc', 'ws'] }
1818
eth_checksum = "0.1.1"
1919
ethabi = { git = "https://github.com/samparsky/ethabi", branch = "graph-patches" }
2020
tiny-keccak = "1.5"

0 commit comments

Comments
 (0)