mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-12 09:26:51 +00:00
cargo update
Bites the bullet on ethers 2.0.9 (now 2.0.10).
This commit is contained in:
parent
9ab43407e1
commit
1e6655408e
2 changed files with 535 additions and 556 deletions
1089
Cargo.lock
generated
1089
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -31,7 +31,7 @@ eyre = "0.6"
|
|||
ethers = { version = "2", default-features = false, features = ["abigen", "ethers-solc"] }
|
||||
|
||||
[build-dependencies]
|
||||
ethers-solc = "2"
|
||||
ethers-solc = { version = "2", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1", features = ["macros"] }
|
||||
|
|
Loading…
Reference in a new issue