Skip to content

Commit

Permalink
pin ethers-rs version to 2 (#4691)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo authored Apr 3, 2023
1 parent f7a535d commit 0e7ff88
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 20 deletions.
33 changes: 22 additions & 11 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ codegen-units = 1

# Lock ethers-rs to a rev to allow this crate be safely used as a dependency
[workspace.dependencies]
ethers = { git = "https://github.com/gakonst/ethers-rs", rev = "e26f42a" }
ethers-addressbook = { git = "https://github.com/gakonst/ethers-rs", rev = "e26f42a" }
ethers-core = { git = "https://github.com/gakonst/ethers-rs", rev = "e26f42a" }
ethers-contract = { git = "https://github.com/gakonst/ethers-rs", rev = "e26f42a" }
ethers-providers = { git = "https://github.com/gakonst/ethers-rs", rev = "e26f42a" }
ethers-signers = { git = "https://github.com/gakonst/ethers-rs", rev = "e26f42a" }
ethers-middleware = { git = "https://github.com/gakonst/ethers-rs", rev = "e26f42a" }
ethers-etherscan = { git = "https://github.com/gakonst/ethers-rs", rev = "e26f42a" }
ethers-solc = { git = "https://github.com/gakonst/ethers-rs", rev = "e26f42a" }
ethers = { version = "2" }
ethers-addressbook = { version = "2" }
ethers-core = { version = "2" }
ethers-contract = { version = "2" }
ethers-providers = { version = "2" }
ethers-signers = { version = "2" }
ethers-middleware = { version = "2" }
ethers-etherscan = { version = "2" }
ethers-solc = { version = "2" }

# # Patch ethers-rs with a local checkout then run `cargo update -p ethers`
# [patch."https://github.com/gakonst/ethers-rs"]
Expand Down

0 comments on commit 0e7ff88

Please sign in to comment.