Skip to content

Commit

Permalink
chore: bump compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrq committed Nov 1, 2024
1 parent 32c275d commit 6740feb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
27 changes: 13 additions & 14 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 @@ -174,10 +174,10 @@ foundry-zksync-inspectors = { path = "crates/zksync/inspectors" }

# solc & compilation utilities
# foundry-block-explorers = { version = "0.7.3", default-features = false }
# foundry-compilers = { version = "0.11.1", default-features = false }
# foundry-compilers = { version = "0.11.4", default-features = false }
# foundry-fork-db = "0.3"
foundry-block-explorers = { git = "https://github.com/Moonsong-Labs/block-explorers", branch = "zksync-v0.7.3", default-features = false }
foundry-compilers = { git = "https://github.com/Moonsong-Labs/compilers", branch = "zksync-v0.11.1" }
foundry-compilers = { git = "https://github.com/Moonsong-Labs/compilers", branch = "zksync-v0.11.4" }
foundry-fork-db = { git = "https://github.com/Moonsong-Labs/foundry-zksync-fork-db", branch = "zksync-v0.3.1" }
solang-parser = "=0.3.3"

Expand Down

0 comments on commit 6740feb

Please sign in to comment.