Skip to content

Commit

Permalink
Merge branch 'master' into add-options-to-output-storage-change-and-j…
Browse files Browse the repository at this point in the history
…son-output-for-cast-run
  • Loading branch information
cassc authored Nov 19, 2024
2 parents f45e4cc + c13d42e commit af9ee80
Show file tree
Hide file tree
Showing 51 changed files with 1,690 additions and 547 deletions.
195 changes: 171 additions & 24 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ foundry-wallets = { path = "crates/wallets" }
foundry-linking = { path = "crates/linking" }

# solc & compilation utilities
foundry-block-explorers = { version = "0.7.3", default-features = false }
foundry-compilers = { version = "0.11.6", default-features = false }
foundry-block-explorers = { version = "0.9.0", default-features = false }
foundry-compilers = { version = "0.12.1", default-features = false }
foundry-fork-db = "0.6.0"
solang-parser = "=0.3.3"

Expand Down
Loading

0 comments on commit af9ee80

Please sign in to comment.