fix: attempt to upgrade ethers-core

This commit is contained in:
s1fr0
2022-11-22 14:52:19 +01:00
parent 4ad324abb7
commit aa6785c48e

View File

@@ -26,7 +26,7 @@ hex = "0.4.3"
byteorder = "1.4.3"
# ethereum compat
ethers-core = { git = "https://github.com/gakonst/ethers-rs", default-features = false, rev="74bf6fb" }
ethers-core = { git = "https://github.com/gakonst/ethers-rs", default-features = false, rev="f829bd68" }
# error handling
thiserror = "1.0.26"