Skip to content

Commit

Permalink
chore: switch to upstream ethers for gakonst/ethers-rs/pull/2536
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin committed Aug 18, 2023
1 parent e6f6ca9 commit 78e4603
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 15 deletions.
55 changes: 44 additions & 11 deletions Cargo.lock

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

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ lto = true
codegen-units = 1

[patch.crates-io]
ethers-contract = { git = "https://github.com/oblique/ethers-rs", rev = "3740d34" }
ethers-contract-abigen = { git = "https://github.com/oblique/ethers-rs", rev = "3740d34" }
ethers-contract-derive = { git = "https://github.com/oblique/ethers-rs", rev = "3740d34" }
ethers-core = { git = "https://github.com/oblique/ethers-rs", rev = "3740d34" }
# 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 78e4603

Please sign in to comment.