Skip to content

Commit

Permalink
Update ethers dep
Browse files Browse the repository at this point in the history
  • Loading branch information
gio256 committed Aug 23, 2022
1 parent a0a0b7d commit f1a7261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde_json = "1"
tiny-keccak = "2.0"
seq-macro = "0.3"

tokio = { version = "1.5", features = ["macros", "rt-multi-thread"], optional = true }
tokio = { version = "1.20", features = ["macros", "rt-multi-thread"], optional = true }
ethers = { git = "https://github.com/gakonst/ethers-rs", optional = true }
hex = { version = "0.4.3", default-features = false, features = ["std"], optional = true }
paste = { version = "1.0.6", optional = true }
Expand All @@ -42,7 +42,7 @@ once_cell = "1"
hex = { version = "0.4.3", default-features = false, features = ["std"] }

[build-dependencies]
ethers = { git = "https://github.com/gakonst/ethers-rs", features = ["ethers-solc"] }
ethers = { git = "https://github.com/gakonst/ethers-rs", features = ["ethers-solc", "abigen"] }
eyre = "0.6.6"
semver = "1.0.4"
serde_json = "1.0.64"
Expand Down

0 comments on commit f1a7261

Please sign in to comment.