Skip to content

Commit

Permalink
chore: bump ethers to fix race condition on CI
Browse files Browse the repository at this point in the history
driveby change: remove unused profile in package
  • Loading branch information
gakonst committed Jan 17, 2022
1 parent b4fea94 commit d92753b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
37 changes: 22 additions & 15 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ debug = true
#ethers-providers = { path = "../ethers-rs/ethers-providers" }
#ethers-signers = { path = "../ethers-rs/ethers-signers" }
#ethers-etherscan = { path = "../ethers-rs/ethers-etherscan" }
#ethers-solc = { path = "../ethers-rs/ethers-solc" }
#ethers-solc = { path = "../ethers-rs/ethers-solc" }
5 changes: 0 additions & 5 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,3 @@ doc = false
name = "forge"
path = "src/forge.rs"
doc = false

[profile.release]
lto = true
codegen-units = 1
panic = "abort"

0 comments on commit d92753b

Please sign in to comment.