fix: use ethabi from master w/ fixed abiv2 bug

This commit is contained in:
Georgios Konstantopoulos 2021-07-08 15:05:46 +03:00
parent 371b7d1576
commit fc5f84e090
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View File

@ -686,8 +686,7 @@ dependencies = [
[[package]]
name = "ethabi"
version = "14.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c52991643379afc90bfe2df3c64d53983e59c35a82ba6e75c997cfc2880d8524"
source = "git+https://github.com/rust-ethereum/ethabi#51b4a7f4f8fd5223435189a6802efdf095bbf8b5"
dependencies = [
"anyhow",
"ethereum-types",

View File

@ -11,7 +11,7 @@ keywords = ["ethereum", "web3", "celo", "ethers"]
[dependencies]
rlp = { version = "0.5.0", default-features = false }
ethabi = { version = "14.0.0", default-features = false }
ethabi = { git = "https://github.com/rust-ethereum/ethabi", version = "14.0.0", default-features = false }
arrayvec = { version = "0.5.1", default-features = false }
# crypto