Update to ethers 1.0

Removes rust_decimal as a depend, which added borsh and multiple other misc
packages in the previous commit.
This commit is contained in:
Luke Parker
2022-12-07 18:05:06 -05:00
parent bade7a504e
commit bec92c10ad
3 changed files with 163 additions and 329 deletions

View File

@@ -28,10 +28,10 @@ frost = { package = "modular-frost", path = "../../crypto/frost", features = ["s
eyre = "0.6"
ethers = { version = "0.14", features = ["abigen", "ethers-solc"] }
ethers = { version = "1", features = ["abigen", "ethers-solc"] }
[build-dependencies]
ethers-solc = "0.14"
ethers-solc = "1"
[dev-dependencies]
tokio = { version = "1", features = ["macros"] }