Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
build: update ethers (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique authored Jul 28, 2022
1 parent 04ef8a1 commit de6c9e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ futures-core = "0.3"
pin-project = "1"

# Ethers
ethers = { version = "^0.13.0", default-features = false }
ethers = { version = "^0.17.0", default-features = false }

[dev-dependencies]
tokio = { version = "1.7.1", features = ["macros", "rt-multi-thread"] }
ethers = { version = "^0.13.0", default-features = false }
eyre = "0.6"
ethers = { version = "^0.17.0", default-features = false }
eyre = "0.6"

0 comments on commit de6c9e0

Please sign in to comment.