mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 20:59:23 +00:00
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:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user