Skip to content

Commit

Permalink
chore(deps): pin ethers to branch & commit (#5153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Jun 13, 2023
1 parent 87c4761 commit de1a49d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 32 deletions.
34 changes: 12 additions & 22 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@ panic = "abort"
codegen-units = 1

[workspace.dependencies]
ethers = { version = "2.0.7", default-features = false }
ethers-addressbook = { version = "2.0.7", default-features = false }
ethers-core = { version = "2.0.7", default-features = false }
ethers-contract = { version = "2.0.7", default-features = false }
ethers-contract-abigen = { version = "2.0.7", default-features = false }
ethers-providers = { version = "2.0.7", default-features = false }
ethers-signers = { version = "2.0.7", default-features = false }
ethers-middleware = { version = "2.0.7", default-features = false }
ethers-etherscan = { version = "2.0.7", default-features = false }
ethers-solc = { version = "2.0.7", default-features = false }
ethers = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
ethers-addressbook = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
ethers-core = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
ethers-contract = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
ethers-contract-abigen = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
ethers-providers = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
ethers-signers = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
ethers-middleware = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
ethers-etherscan = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
ethers-solc = { git = "https://github.com/gakonst/ethers-rs", default-features = false }

solang-parser = "=0.3.0"

Expand Down

0 comments on commit de1a49d

Please sign in to comment.