fix: use ethabi from master w/ fixed abiv2 bug
This commit is contained in:
parent
371b7d1576
commit
fc5f84e090
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue