Skip to content

Commit

Permalink
Upgrade foundry-block-explorers to 0.2.6 (#7672)
Browse files Browse the repository at this point in the history
bump foundry-block-explorers version to include foundry-rs/block-explorers#40
  • Loading branch information
zerosnacks authored Apr 15, 2024
1 parent 46f51c9 commit 8e00b66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ foundry-wallets = { path = "crates/wallets" }
foundry-linking = { path = "crates/linking" }

# solc & compilation utilities
foundry-block-explorers = { version = "0.2.5", default-features = false }
foundry-block-explorers = { version = "0.2.6", default-features = false }
foundry-compilers = { version = "0.3.14", default-features = false }

## revm
Expand All @@ -146,7 +146,7 @@ revm = { version = "8", default-features = false }
revm-primitives = { version = "3", default-features = false }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "413b892", features = [
"serde",
] }
] }

## ethers
ethers = { version = "2.0.14", default-features = false }
Expand Down Expand Up @@ -192,7 +192,10 @@ solang-parser = "=0.3.3"
## misc
arrayvec = "0.7"
base64 = "0.22"
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
chrono = { version = "0.4", default-features = false, features = [
"clock",
"std",
] }
color-eyre = "0.6"
derive_more = "0.99"
evm-disassembler = "0.5"
Expand Down

0 comments on commit 8e00b66

Please sign in to comment.