Skip to content

Commit

Permalink
chore: update ethers to v2.0.9 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique authored Aug 23, 2023
1 parent 5d3b67a commit f5d3350
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
24 changes: 14 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 2 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ resolver = "2"

[workspace.dependencies]
contracts-abi = { path = "src/contracts-abi" }
ethers-contract = { version = "2.0.8", default-features = false, features = [
ethers-contract = { version = "2.0.9", default-features = false, features = [
"abigen",
] }
ethers-core = "2.0.8"
ethers-core = "2.0.9"
eyre = "0.6.8"
helios_client = { package = "client", git = "https://github.com/eigerco/helios", rev = "07cc7af" }
helios_common = { package = "common", git = "https://github.com/eigerco/helios", rev = "07cc7af" }
Expand All @@ -19,10 +19,3 @@ interface = { path = "src/interface" }
opt-level = "z"
lto = true
codegen-units = 1

[patch.crates-io]
# needed before ethers release a next version (current 2.0.8)
ethers-contract = { git = "https://github.com/gakonst/ethers-rs", rev = "179891d" }
ethers-contract-abigen = { git = "https://github.com/gakonst/ethers-rs", rev = "179891d" }
ethers-contract-derive = { git = "https://github.com/gakonst/ethers-rs", rev = "179891d" }
ethers-core = { git = "https://github.com/gakonst/ethers-rs", rev = "179891d" }

0 comments on commit f5d3350

Please sign in to comment.