mirror of
https://github.com/vacp2p/circom-compat.git
synced 2026-01-08 22:38:10 -05:00
fix: ethers-core use crates.io
This commit is contained in:
@@ -30,7 +30,7 @@ hex = "0.4.3"
|
||||
byteorder = "1.4.3"
|
||||
|
||||
# ethereum compat
|
||||
ethers-core = { git = "https://github.com/gakonst/ethers-rs", default-features = false, optional = true }
|
||||
ethers-core = { version = "2.0.8", default-features = false, optional = true }
|
||||
|
||||
# error handling
|
||||
thiserror = "1.0.26"
|
||||
|
||||
Reference in New Issue
Block a user